Skip to content

Commit

Permalink
upload public executable by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrotkk committed Sep 23, 2019
1 parent 475ed0a commit 389c245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/upload_to_do.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def upload_file(access_key_id, secret_access_key, filename, space, key, region='
endpoint_url=endpoint_url,
aws_access_key_id=access_key_id,
aws_secret_access_key=secret_access_key)
client.upload_file(filename, space, key, ExtraArgs={'ACL':'public-read'})
client.upload_file(filename, space, key, ExtraArgs={'ACL': 'public-read'})


if __name__ == "__main__":
Expand Down

0 comments on commit 389c245

Please sign in to comment.