Released on 07/10/2024
- Removed unused dep:
users
Released on 30/09/2024
- remotefs 0.3.0
Released on 02/03/2024
- Fixed windows build
Released on 01/03/2024
- Bump
rust-s3
to0.34.0-rc4
which fixes issues withopen_file
Released on 01/03/2024
- Bump
rust-s3
to0.33
Released on 10/10/2022
- Added
native-tls
andrustls
support
Released on 05/02/2022
- Added support for S3 compatible APIs (such as minio, yandex)
- New constructor methods
new()
will now accept only the bucket nameregion()
to specify the region. If no region is specified, custom region will be usedendpoint()
to specify the endpoint. Useful to connect to minionew_path_style()
: must be specified when connecting to some backends, such as minio
Released on 04/01/2022
- First release