Skip to content

remotefs-rs-aws-s3 0.2.0

Compare
Choose a tag to compare
@veeso veeso released this 05 Feb 09:44
· 12 commits to main since this release

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