Skip to content
/ minio-rs Public

MinIO Rust SDK for Amazon S3 Compatible Cloud Storage

License

Notifications You must be signed in to change notification settings

minio/minio-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1869cfe · Apr 26, 2025
Apr 23, 2025
Apr 23, 2025
Apr 23, 2025
Apr 23, 2025
Apr 26, 2025
Apr 26, 2025
Apr 10, 2024
Mar 21, 2025
Jun 18, 2019
Apr 23, 2025
May 15, 2019
Feb 1, 2025
Sep 5, 2022

Repository files navigation

MinIO Rust SDK for Amazon S3 Compatible Cloud Storage Slack Sourcegraph Apache V2 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

Examples

Run the examples from the command line with:

cargo run --example <example_name>

file_uploader.rs

file_downloader.rs

object_prompt.rs

License

This SDK is distributed under the Apache License, Version 2.0, see LICENSE for more information.