I need 3 small AWS S3 scrips
Script #1
Take a local placed file (/home/account/file.zip) and upload it to amazon S3 bucket.
All file permissions will be set to “private” as default, so public cant view them.
Script #2
Easy way to set permission of a file placed on S3.
– Private (public cant access the file).
– Public (public can view the file, but don’t have writing access)
Script #3
Easy way to delete a file placed on S3.
