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
- RPM: https://s3.amazonaws.com/mountpoint-s3-release/1.0.0/x86_64/mount-s3-1.0.0-x86_64.rpm
- RPM signature: https://s3.amazonaws.com/mountpoint-s3-release/1.0.0/x86_64/mount-s3-1.0.0-x86_64.rpm.asc
- DEB: https://s3.amazonaws.com/mountpoint-s3-release/1.0.0/x86_64/mount-s3-1.0.0-x86_64.deb
- DEB signature: https://s3.amazonaws.com/mountpoint-s3-release/1.0.0/x86_64/mount-s3-1.0.0-x86_64.deb.asc
- tar.gz: https://s3.amazonaws.com/mountpoint-s3-release/1.0.0/x86_64/mount-s3-1.0.0-x86_64.tar.gz
- tar.gz signature: https://s3.amazonaws.com/mountpoint-s3-release/1.0.0/x86_64/mount-s3-1.0.0-x86_64.tar.gz.asc
arm64
- RPM: https://s3.amazonaws.com/mountpoint-s3-release/1.0.0/arm64/mount-s3-1.0.0-arm64.rpm
- RPM signature: https://s3.amazonaws.com/mountpoint-s3-release/1.0.0/arm64/mount-s3-1.0.0-arm64.rpm.asc
- DEB: https://s3.amazonaws.com/mountpoint-s3-release/1.0.0/arm64/mount-s3-1.0.0-arm64.deb
- DEB signature: https://s3.amazonaws.com/mountpoint-s3-release/1.0.0/arm64/mount-s3-1.0.0-arm64.deb.asc
- tar.gz: https://s3.amazonaws.com/mountpoint-s3-release/1.0.0/arm64/mount-s3-1.0.0-arm64.tar.gz
- tar.gz signature: https://s3.amazonaws.com/mountpoint-s3-release/1.0.0/arm64/mount-s3-1.0.0-arm64.tar.gz.asc