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