{"id":62385,"library":"rust-s3","title":"Rust S3","description":"A Rust library for interacting with AWS S3 and compatible object storage APIs, supporting buckets, objects, and multipart uploads.","status":"active","version":"0.37.2","language":"rust","source_language":null,"source_url":"https://github.com/durch/rust-s3","tags":["s3","aws","object-storage","cloud","async"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nrust-s3 = \"0.37.2\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add rust-s3","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Bucket","correct":"use rust_s3::Bucket;"}],"quickstart":{"code":"use rust_s3::Bucket;\n\nlet bucket = Bucket::new(\"my-bucket\", \"us-east-1\", rust_s3::credentials::StaticProvider::new_minio(\"key\", \"secret\")).unwrap();\nbucket.put_object(\"hello.txt\", b\"world\").await.unwrap();","lang":"rust","description":"Upload a string to an S3 bucket."},"warnings":[{"fix":"Add tokio or async-std as dependency and use appropriate feature","message":"Requires async runtime (tokio or async-std)","severity":"gotcha","affected_versions":">=0.30.0"}],"env_vars":null,"search_vec":"'api':15 'async':28 'aw':9,23 'bucket':17 'cloud':27 'compat':12 'interact':7 'librari':5 'multipart':20 'object':13,18,25 'object-storag':24 'rust':1,4 's3':2,10,22 'storag':14,26 'support':16 'upload':21","created_at":"2026-06-17T16:28:49.223470+00:00","updated_at":"2026-06-17T16:28:49.223470+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/durch/rust-s3","github":"https://github.com/durch/rust-s3","docs":"https://docs.rs/rust-s3/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["cloud","networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}