Use s3cmd and gpg to upload encrypted file
Problem
You want to upload file to s3, but want to encrypt it first
Solution
Method 1) Use gpg to encrypt the file first, then use the s3cmd to upload:
gpg is a built-in command in Linux, and in Mac you may need to manually install it via:
$ brew ins...
hn.0xbf.me2 min read