Skip to content

mountpoint-s3 v1.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Sep 13:36
· 449 commits to main since this release
7643a22

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