mirror of
https://github.com/minio/minio-rs.git
synced 2025-12-06 15:26:51 +08:00
28 lines
1.3 KiB
Markdown
28 lines
1.3 KiB
Markdown
# MinIO Rust SDK for Amazon S3 Compatible Cloud Storage [](https://slack.min.io) [](https://sourcegraph.com/github.com/minio/minio-rs?badge) [](https://github.com/minio/minio-rs/blob/master/LICENSE)
|
|
|
|
MinIO Rust SDK is Simple Storage Service (aka S3) client to perform bucket and object operations to any Amazon S3 compatible object storage service.
|
|
|
|
For a complete list of APIs and examples, please take a look at the [MinIO Rust Client API Reference](https://minio-rs.min.io/)
|
|
|
|
## Examples
|
|
|
|
Run the examples from the command line with:
|
|
|
|
`cargo run --example <example_name>`
|
|
|
|
### file_uploader.rs
|
|
|
|
* [Upload a file to MinIO](examples/file_uploader.rs)
|
|
* [Upload a file to MinIO with CLI](examples/put_object.rs)
|
|
|
|
### file_downloader.rs
|
|
|
|
* [Download af file from MinIO](examples/file_downloader.rs)
|
|
|
|
### object_prompt.rs
|
|
|
|
* [Prompt a file on MinIO](examples/object_prompt.rs)
|
|
|
|
## License
|
|
This SDK is distributed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0), see [LICENSE](https://github.com/minio/minio-rs/blob/master/LICENSE) for more information.
|