https://github.com/seqsense/s3cat
cat from s3 with kms decryption
https://github.com/seqsense/s3cat
Last synced: 5 months ago
JSON representation
cat from s3 with kms decryption
- Host: GitHub
- URL: https://github.com/seqsense/s3cat
- Owner: seqsense
- License: apache-2.0
- Archived: true
- Created: 2018-11-21T14:22:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-22T11:14:39.000Z (over 7 years ago)
- Last Synced: 2024-06-20T10:23:37.770Z (about 2 years ago)
- Language: Go
- Size: 16.6 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# s3cat
cat from s3 with kms decryption
## install
1. find latest version at [release page](https://github.com/seqsense/s3cat/releases)
2. install (replace OS, Arch, install directory, and package version)
```shell
curl -L -s https://github.com/seqsense/s3cat/releases/download/v0.0.0/s3cat-linux-amd64.tgz | tar xzf - -C ~/.local/bin/
```
## usage
Credentials and AWS_REGION setting should be provided in the environment.
```
usage: s3cat [options] bucket s3path
options:
-decrypt
decrypt using kms
```