rust-s3
Rust library for working with AWS S3 and compatible object storage APIs
0.37.2
9.6M downloads/mo
#3172 most downloaded on crates.io
durch/rust-s3
What this package is like to depend on
Last release 3 months ago
04 May 2026
Release timing varies
gaps range from 9 days to 13 months
Rarely documented
notes for 3 of 78 stable releases
9 versions withdrawn
withdrawn after publishing
10 years old
148 releases · first in 2016
4 releases in the last 12 months
see the full history below
Release timeline
148 releases · Jul 2016 to May 2026Releases
latest 60 of 148-
0.37.204 May 2026Nothing published for this version
-
0.37.109 Dec 2025Release notes
Open source →What's Changed
- Priorize ECS/EKS credentials over EC2's when available by @regar42 in #441
- fix: Add me-central-1 support to the client by @stevendotdelahunty in #436
- 0.37.1 by @durch in #443
New Contributors
- @regar42 made their first contribution in #441
- @stevendotdelahunty made their first contribution in #436
Full Changelog: v0.37.0...v0.37.1
-
0.37.016 Sep 2025Release notes
Open source →Release 0.37.0 - Performance, Reliability, and API Improvements
This release brings significant improvements in performance, memory management, and reliability, along with several bug fixes and new features.
🚀 Performance Improvements
Multipart Upload Optimizations
Memory-bounded parallelism: Implemented smart memory management that prevents OOM errors during large file uploads by dynamically adjusting concurrency based on available memory
Streaming improvements: Added AsyncRead implementation for ResponseDataStream enabling efficient streaming of large objects
🐛 Bug FixesEndpoint and URL Handling
Fixed trailing slash issues (#429): Custom endpoints with trailing slashes no longer cause 403 signature mismatch errors
Fixed standard port preservation (#419): Presigned URLs now correctly preserve explicit standard ports (80/443) for proper signature validation
Fixed LocalStack compatibility (#411): Added RUST_S3_SKIP_LOCATION_CONSTRAINT environment variable for LocalStack support
API CorrectnessFixed delete_bucket_lifecycle (#414): Corrected critical bug that was sending DeleteBucket instead of DeleteBucketLifecycle command, preventing potential data loss
Fixed content-length header (#428): Excluded content-length header for ListBuckets command
Fixed SSL config propagation (#415): Bucket::exists() now properly honors dangerous SSL configurations
Fixed sync implementation: Corrected Bucket::get_object_range_to_writer() sync implementation (#413)
✨ New FeaturesBuilder Pattern for PUT Operations
Added a fluent builder API for PUT operations with custom headers:
bucket.put_object_builder("/my-file.txt", b"Hello, World!")
.with_content_type("text/plain")
.with_cache_control("public, max-age=3600")?
.with_metadata("author", "john-doe")?
.execute()
.await?Region Support
Added support for R2 EU jurisdiction endpoints (#409)
Improved custom region handling with better error messages
📚 DocumentationAdded comprehensive CLAUDE.md file for AI-assisted development guidelines
Clarified ETag handling behavior in response_data for PUT operations (#430)
Improved inline documentation for multipart operations -
0.36.016 Sep 2025 -
0.36.0-beta.206 Sep 2024 pre-release -
0.36.0-beta.102 Sep 2024 pre-release -
0.36.0-alpha.501 Sep 2024 pre-releaseRelease notes
Open source →- Introduces automatic retries for all requests
Full Changelog: v0.36.0-alpha.3...v0.36.0-alpha.5
-
0.36.0-alpha.301 Sep 2024 pre-release -
0.36.0-alpha.231 Aug 2024 pre-releaseRelease notes
Open source →- Major change - dropping
hyperin favour ofreqwestas a tokio backend http client lib
Full Changelog: v0.36.0-alpha.1...v0.36.0-alpha.2
- Major change - dropping
-
0.36.0-alpha.130 Aug 2024 pre-release -
0.35.130 Aug 2024Nothing published for this version
-
0.35.030 Aug 2024 withdrawnNothing published for this version
-
0.35.0-alpha.324 Jun 2024 pre-releaseNothing published for this version
-
0.35.0-alpha.217 Jun 2024 pre-releaseNothing published for this version
-
0.35.0-alpha.114 Jun 2024 pre-releaseNothing published for this version
-
0.34.014 Jun 2024Nothing published for this version
-
0.34.0-rc417 Oct 2023 pre-releaseNothing published for this version
-
0.34.0-rc316 Oct 2023 pre-releaseNothing published for this version
-
0.34.0-rc216 Oct 2023 pre-releaseNothing published for this version
-
0.34.0-rc115 Oct 2023 pre-releaseNothing published for this version
-
0.34.0-beta310 Apr 2023 pre-releaseNothing published for this version
-
0.34.0-beta207 Apr 2023 pre-releaseNothing published for this version
-
0.34.0-beta107 Apr 2023 pre-releaseNothing published for this version
-
0.33.007 Apr 2023Nothing published for this version
-
0.33.0-beta519 Dec 2022 pre-releaseNothing published for this version
-
0.33.0-beta411 Oct 2022 pre-releaseNothing published for this version
-
0.33.0-beta304 Oct 2022 pre-releaseNothing published for this version
-
0.33.0-beta226 Sep 2022 pre-releaseNothing published for this version
-
0.33.0-beta125 Sep 2022 pre-releaseNothing published for this version
-
0.32.329 Jul 2022Nothing published for this version
-
0.32.229 Jul 2022Nothing published for this version
-
0.32.122 Jul 2022 withdrawnNothing published for this version
-
0.32.021 Jul 2022 withdrawnNothing published for this version
-
0.31.021 Apr 2022Nothing published for this version
-
0.30.004 Mar 2022Nothing published for this version
-
0.29.012 Feb 2022Nothing published for this version
-
0.28.125 Jan 2022Nothing published for this version
-
0.28.011 Nov 2021Nothing published for this version
-
0.27.010 Oct 2021Nothing published for this version
-
0.27.0-rc411 Apr 2021 pre-releaseNothing published for this version
-
0.27.0-rc308 Apr 2021 pre-releaseNothing published for this version
-
0.27.0-rc208 Apr 2021 pre-releaseNothing published for this version
-
0.27.0-rc105 Apr 2021 pre-releaseNothing published for this version
-
0.27.0-beta909 Jan 2021 pre-release withdrawnNothing published for this version
-
0.27.0-beta829 Dec 2020 pre-releaseNothing published for this version
-
0.27.0-beta621 Dec 2020 pre-releaseNothing published for this version
-
0.27.0-beta507 Dec 2020 pre-releaseNothing published for this version
-
0.27.0-beta407 Dec 2020 pre-releaseNothing published for this version
-
0.27.0-beta303 Dec 2020 pre-releaseNothing published for this version
-
0.27.0-beta1107 Feb 2021 pre-releaseNothing published for this version
-
0.27.0-beta1011 Jan 2021 pre-releaseNothing published for this version
-
0.27.0-beta118 Nov 2020 pre-releaseNothing published for this version
-
0.27.0-beta015 Nov 2020 pre-releaseNothing published for this version
-
0.26.407 Dec 2020Nothing published for this version
-
0.26.327 Oct 2020Nothing published for this version
-
0.26.219 Oct 2020Nothing published for this version
-
0.26.2-beta018 Oct 2020 pre-releaseNothing published for this version
-
0.26.104 Oct 2020Nothing published for this version
-
0.26.029 Sep 2020Nothing published for this version
-
0.25.027 Sep 2020Nothing published for this version