Tag Archives: gsutil

Amazon S3 Server-Side Encryption using GSUtil

If you would like to enable server-side encryption which is a relatively new feature for your Amazon S3 data using GSUtil then you need specify the header value when pushing files to their cloud. $ gsutil -h “x-amz-server-side-encryption: AES256″ cp … Continue reading

Posted in security | Tagged , , | Leave a comment

Setting Google Storage object ACL for authenticated downloads

Google’s gsutil is a great tool for pushing, retrieving and setting permissions on objects uploaded to Google Storage. I was reviewing the documentation on the Sharing and Collaboration page, specifically the Authenticated Browser Download section and realized there were a … Continue reading

Posted in internet | Tagged , , | Leave a comment