Storage Transfer v1 API - Enum MetadataOptions.Types.Acl (2.3.0)

public enum MetadataOptions.Types.Acl

Reference documentation and code samples for the Storage Transfer v1 API enum MetadataOptions.Types.Acl.

Options for handling Cloud Storage object ACLs.

Namespace

Google.Cloud.StorageTransfer.V1

Assembly

Google.Cloud.StorageTransfer.V1.dll

Fields

NameDescription
DestinationBucketDefault

Use the destination bucket's default object ACLS, if applicable.

Preserve

Preserve the object's original ACLs. This requires the service account to have storage.objects.getIamPolicy permission for the source object. Uniform bucket-level access must not be enabled on either the source or destination buckets.

Unspecified

ACL behavior is unspecified.