16 lines
292 B
Markdown
16 lines
292 B
Markdown
A CLI for uploading files to S3. The code was written in ChatGPT by the GPT4 model. The only change I've made so far is to remove an unused import.
|
|
|
|
# Usage:
|
|
|
|
```bash
|
|
> s3c <filename> <bucket_name> <metadata> [key]
|
|
```
|
|
|
|
# Installation
|
|
|
|
## Download from Github Releases
|
|
TODO
|
|
|
|
## Homebrew
|
|
TODO
|