Rust S3 Versions Save

Rust library for interfacing with S3 API compatible services

v0.34.0-rc3

7 months ago
  • Quality of life improvements
  • Reusable client for tokio backend
  • Backend specific RwLock

Full Changelog: https://github.com/durch/rust-s3/compare/v0.34.0-rc1...v0.34.0-rc3

v0.34.0-rc1

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/durch/rust-s3/compare/v0.34.0-beta2...v0.34.0-rc1

v0.34.0-beta2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/durch/rust-s3/compare/v0.33.0...v0.34.0-beta2

v0.33.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/durch/rust-s3/compare/v0.32.0...v0.33.0

0.33.0-beta2

1 year ago
  • Automatically refreshed credentials, some API breakage with Bucket credentials methods

Full Changelog: https://github.com/durch/rust-s3/compare/0.33.0-beta1...0.33.0-beta2

0.33.0-beta1

1 year ago

Bigger breaking changes

  • Code reorg - all Request and execution backend code now lives in the request mod
  • get_object_stream renamed to get_object_to_writer
  • get_object_async_stream renamed to get_object_stream
  • get_object_stream returnes a new ResponseDataStream type with a bytes() method which returns a Stream<Item = Bytes>

What's Changed

New Contributors

Full Changelog: https://github.com/durch/rust-s3/compare/v0.32.0...0.33.0-beta1

v0.32.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/durch/rust-s3/compare/v0.31.0...v0.32.0

v0.31.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/durch/rust-s3/compare/v0.30.0...v0.31.0

v0.30.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/durch/rust-s3/compare/v0.29.0...v0.30.0

v0.29.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/durch/rust-s3/compare/v0.28.0...v0.29.0