codahale / sneaker

A tool for securely storing secrets on S3 using Amazon KMS.
Other
800 stars 34 forks source link

Add support for reading from STDIN on upload #6

Closed hectcastro closed 9 years ago

hectcastro commented 9 years ago

The README indicates that the upload subcommand can read from STDIN by supplying - as the filename. These changes add support for reading from STDIN via the same utility function that is already used by pack/unpack.

codahale commented 9 years ago

Good catch! Thanks!