Last chance! 50% off unlimited learning
Sale ends in
Returns the access control list (ACL) of an object.
s3_get_object_acl(Bucket, Key, VersionId, RequestPayer)
[required]
[required]
VersionId used to reference a specific version of the object.
svc$get_object_acl( Bucket = "string", Key = "string", VersionId = "string", RequestPayer = "requester" )
# NOT RUN {
# The following example retrieves access control list (ACL) of an object.
# }
# NOT RUN {
svc$get_object_acl(
Bucket = "examplebucket",
Key = "HappyFace.jpg"
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab