Created
October 9, 2019 11:34
-
-
Save ragazzid/d96bacd5eed4d8b2ccfd896130b65c78 to your computer and use it in GitHub Desktop.
Revisions
-
ragazzid created this gist
Oct 9, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ import boto3 s3 = boto3.client('s3') s3.upload_file( 'file', 'object', 'key', ExtraArgs={ 'GrantFullControl': 'id=canonicalId', } )