Class AwsS3CompatibleData (1.11.2)

AwsS3CompatibleData(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

NameDescription
bucket_name str
Required. Specifies the name of the bucket.
path str
Specifies the root path to transfer objects. Must be an empty string or full path name that ends with a '/'. This field is treated as an object prefix. As such, it should generally not begin with a '/'.
endpoint str
Required. Specifies the endpoint of the storage service.
region str
Specifies the region to sign requests with. This can be left blank if requests should be signed with an empty region.
s3_metadata google.cloud.storage_transfer_v1.types.S3CompatibleMetadata
A S3 compatible metadata. This field is a member of oneof_ data_provider.