Skip to content

mountpoint-s3 v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Aug 14:08
· 402 commits to main since this release
e106f62

This is the first General Availability (GA) release of Mountpoint for Amazon S3.

Breaking changes since alpha

  • Logging to disk is now disabled by default.
    Logs will no longer be written to $HOME/.mountpoint-s3/ and should be configured using --log-directory <DIRECTORY>.
  • Bucket options of --virtual-addressing is now removed and --path-addressing is changed to --force-path-style.
    If --force-path-style is not provided, addressing style of endpoint will be resolved automatically.
  • The --thread-count option has been removed and replaced with --max-threads which sets the maximum
    number of threads the FUSE daemon will dynamically spawn to handle requests.

Other changes

  • New bucket options of --transfer-acceleration and --dual-stack have been added.
  • ARN is now also supported as <BUCKET_NAME> to mount the corresponding resource using Mountpoint.

Binaries

x86_64

arm64