s5cmd icon indicating copy to clipboard operation
s5cmd copied to clipboard

GrantRead possible?

Open VeaaC opened this issue 3 years ago • 1 comments

I have been trying to figure out if I can grant read access to specific email addresses when uploading files/folders, but it is not clear to me from the documentation.

I am currently using Python's boto, and added:

ExtraArgs={
    "GrantRead": "[email protected],"
},

Is there a way I can achieve the same with s5cmd?

VeaaC avatar Sep 19 '22 07:09 VeaaC

Currently, only canned ACLs are supported. Granting a resource to a specific user or a group is not supported.

igungor avatar Jul 28 '23 11:07 igungor