s5cmd
s5cmd copied to clipboard
GrantRead possible?
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?
Currently, only canned ACLs are supported. Granting a resource to a specific user or a group is not supported.