3 releases
0.1.2 | Oct 3, 2024 |
---|---|
0.1.1 | Oct 3, 2024 |
0.1.0 | Oct 3, 2024 |
#532 in Network programming
346 downloads per month
27KB
229 lines
4e6uREK S3 CLI Implementation
Features
- Get file
- Put file
- Dump bucket
- Restore bucket
- List bucket files
How to use
First of you must provide configuration for this software. Configuration is made in Old School INI format. You can provide INI configuration using -c, --config options or write it in $HOME/.config/s3-cli/config.ini
Example INI config:
domain=http://localhost:9000
region=my-region
access_key=<ACCESS_KEY>
secret_key=<SECRET_kEY>
bucket=test
- Get file
true-s3-cli -r <filename>
- Put file
true-s3-cli -s <filename>
- Dump bucket
true-s3-cli -d
- Restore bucket
true-s3-cli -p <archive.tar>
- List files
true-s3-cli -l
Dependencies
~14–26MB
~394K SLoC