GCSStorageAdaptor

UMLClass
Skill Seekers :: skill_seekers :: Storage :: GCSStorageAdaptor

Description

Google Cloud Storage adaptor. Requires google-cloud-storage.

Generalized Elements

Attributes

Visibility Name Type Description
public bucket_name str
public project str | None
public storage_client storage.Client
public bucket storage.Bucket

Operations

Visibility Name Description
public __init__(**kwargs)()
public upload_file(local_path: str, remote_path: str, metadata: dict | None) : str()
public download_file(remote_path: str, local_path: str) : None()
public delete_file(remote_path: str) : None()
public list_files(prefix: str, max_results: int) : list[StorageObject]()
public file_exists(remote_path: str) : bool()
public get_file_url(remote_path: str, expires_in: int) : str()
public copy_file(source_path: str, dest_path: str) : None()

Properties

Name Value
name GCSStorageAdaptor
stereotype null
visibility public
isAbstract false
isFinalSpecialization false
isLeaf false
isActive false

Relationships

Owned Elements

Diagrams