https://github.com/gorros/s3-edit-rs
Edit a file directly on Amazon S3 in CLI.
https://github.com/gorros/s3-edit-rs
rust s3
Last synced: about 1 year ago
JSON representation
Edit a file directly on Amazon S3 in CLI.
- Host: GitHub
- URL: https://github.com/gorros/s3-edit-rs
- Owner: gorros
- Created: 2020-02-01T13:56:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T11:03:37.000Z (over 6 years ago)
- Last Synced: 2024-11-08T06:39:53.781Z (over 1 year ago)
- Topics: rust, s3
- Language: Rust
- Homepage:
- Size: 1.81 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# s3-edit-rs
The original idea for this project comes from [s3-edit](https://github.com/tsub/s3-edit) written in Go by [tsub](https://github.com/tsub). I started this project for educational purposes, and it is my first project written in Rust.
## Intallation
### Install with cargo
```
$ cargo install --git https://github.com/gorros/s3-edit-rs
```
## Requirements
- AWS credentials
- Upload files to S3 in advance
## Usage

**Note**:
Upload the file to S3 in advance.