Releases: remotefs-rs/remotefs-rs-aws-s3
Releases · remotefs-rs/remotefs-rs-aws-s3
remotefs-aws-s3 0.3.1
remotefs-aws-s3 0.3.0
0.3.0
Released on 30/09/2024
- remotefs
0.3.0
remotefs-rs-aws-s3 0.2.0
0.2.0
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
remotefs-aws-s3 0.1.0
0.1.0
Released on 04/01/2022
- First release