Skip to content

Releases: remotefs-rs/remotefs-rs-aws-s3

remotefs-aws-s3 0.3.1

07 Oct 15:47
1e83dd1
Compare
Choose a tag to compare

0.3.1

Released on 07/10/2024

  • Removed unused dep: users

remotefs-aws-s3 0.3.0

30 Sep 09:44
5234fa6
Compare
Choose a tag to compare

0.3.0

Released on 30/09/2024

  • remotefs 0.3.0

remotefs-rs-aws-s3 0.2.0

05 Feb 09:44
Compare
Choose a tag to compare

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 name
    • region() to specify the region. If no region is specified, custom region will be used
    • endpoint() to specify the endpoint. Useful to connect to minio
    • new_path_style(): must be specified when connecting to some backends, such as minio

remotefs-aws-s3 0.1.0

04 Jan 10:23
Compare
Choose a tag to compare

0.1.0

Released on 04/01/2022

  • First release