Module: Google::Cloud::StorageTransfer::V1::MetadataOptions::Acl

Defined in:
proto_docs/google/storagetransfer/v1/transfer_types.rb

Overview

Options for handling Cloud Storage object ACLs.

Constant Summary collapse

ACL_UNSPECIFIED =

ACL behavior is unspecified.

0
ACL_DESTINATION_BUCKET_DEFAULT =

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

1
ACL_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.

2