Skip to content

Releases: awslabs/mountpoint-s3

mountpoint-s3 v1.0.2

22 Sep 17:44
3696a0e
Compare
Choose a tag to compare

Breaking changes

  • No breaking changes.

Other changes

  • New Mountpoint releases are built on CentOS 7 instead of Amazon Linux 2. This lowers the minimum requirement to run Mountpoint to glibc 2.17 or newer. (#517)
  • Fixed a bug where writing to a file for longer than five minutes will result in a panic. (#513)
  • Updated the prefetcher to cancel discarded tasks and free up some unused resources on random read workloads. (#505)
  • Fixed an issue with internal resource cleanup which could lead to Mountpoint hanging after a high number of file uploads. (#529)

Binaries

x86_64

arm64

mountpoint-s3 v1.0.1

01 Sep 13:36
7643a22
Compare
Choose a tag to compare

Breaking changes

  • The permissions CLI flags --allow-other and --allow-root are now mutually exclusive. --allow-other implies --allow-root, and so should be used if you want the effect of both flags. (#475)

Other changes

  • Added new metrics for object writes, IO sizes, file handles, and directory operations. The existing fuse.bytes_read metric has been renamed to fuse.total_bytes and is now keyed by operation (read/write). (#461)
  • When running in background mode (the default), Mountpoint now correctly closes standard input and output once mounting succeeds. This should fix issues with scripts that try to fork Mountpoint as a background process, which may previously have hung. (#489)
  • Mountpoint can now read objects in the S3 Glacier Flexible Retrieval and S3 Glacier Deep Archive storage classes if they have been restored. Mountpoint cannot issue restore requests, but if you issue a restore request separately, the restored objects will be readable. (#467)

Binaries

x86_64

arm64

mountpoint-s3 v1.0.0

09 Aug 14:08
e106f62
Compare
Choose a tag to compare

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