https://github.com/zevaverbach/s3c
An AI-generated CLI in Rust for uploading files to S3. Maybe later it will perform other S3 operations!
https://github.com/zevaverbach/s3c
Last synced: about 1 year ago
JSON representation
An AI-generated CLI in Rust for uploading files to S3. Maybe later it will perform other S3 operations!
- Host: GitHub
- URL: https://github.com/zevaverbach/s3c
- Owner: zevaverbach
- Created: 2023-04-01T21:01:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-01T21:06:24.000Z (about 3 years ago)
- Last Synced: 2025-03-27T06:32:29.972Z (about 1 year ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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 [key]
```
# Installation
## Download from Github Releases
TODO
## Homebrew
TODO