crossing 0.2.1
The native AWS command line does not have an easy way to upload encrypted files to S3. The Ruby SDK has a way to do this, but not everyone wants to use it. This utility allows you to do client side encrypted uploads to S3 from the command line, which is useful for uploads from your CI system to docker containers.
Gemfile:
=
インストール:
=
Runtime依存関係 (2):
aws-sdk-s3
>= 0
trollop
>= 0