Enum MetadataOptions.Types.Acl (2.0.0)

public enum 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.