Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T11:03:37.000Z (over 4 years ago)
- Last Synced: 2024-08-01T21:42:54.317Z (3 months 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
![](s3-edit-rs-demo.gif)**Note**:
Upload the file to S3 in advance.