Skip to content

Commit

Permalink
upload files as private
Browse files Browse the repository at this point in the history
  • Loading branch information
btkostner authored Aug 1, 2020
1 parent 7d42d78 commit 5d8e5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
client.upload_file(FILEPATH, # Path to local file
BUCKET, # Name of Space
FILENAME, # Name for remote file
ExtraArgs={'ACL':'public-read'})
ExtraArgs={'ACL':'private'})

0 comments on commit 5d8e5b3

Please sign in to comment.