Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Nugine/s3-server
https://github.com/Nugine/s3-server
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Nugine/s3-server
- Owner: Nugine
- License: mit
- Archived: true
- Fork: true (datenlord/s3-server)
- Created: 2020-08-04T13:05:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-04T18:59:34.000Z (over 1 year ago)
- Last Synced: 2024-08-03T09:12:19.207Z (4 months ago)
- Language: Rust
- Size: 412 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# s3-server
[![Crates.io][crates-badge]][crates-url]
[![MIT licensed][mit-badge]][mit-url]
[![Docs][docs-badge]][docs-url]
![CI][ci-badge]
[![Unsafe Forbidden][unsafe-forbidden-badge]][unsafe-forbidden-url][crates-badge]: https://img.shields.io/crates/v/s3-server.svg
[crates-url]: https://crates.io/crates/s3-server
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
[mit-url]: LICENSE
[docs-badge]: https://docs.rs/s3-server/badge.svg
[docs-url]: https://docs.rs/s3-server/
[ci-badge]: https://github.com/datenlord/s3-server/workflows/CI/badge.svg
[unsafe-forbidden-badge]: https://img.shields.io/badge/unsafe-forbidden-success.svg
[unsafe-forbidden-url]: https://github.com/rust-secure-code/safety-dance/An experimental generic S3 server
## Install
From cargo:
```
cargo install s3-server --features binary
```From source:
```shell
git clone https://github.com/datenlord/s3-server
cd s3-server
cargo install --features binary --path .
s3-server --help
```## Usage
```
s3-server 0.2.0USAGE:
s3-server [OPTIONS]FLAGS:
-h, --help Prints help information
-V, --version Prints version informationOPTIONS:
--fs-root [default: .]
--host [default: localhost]
--port [default: 8014]
--access-key
--secret-key
```## Debug
Set environment variable `RUST_LOG` to `s3_server=debug`