- Add
--ca-bundleflag (andAWS_CA_BUNDLEenvironment variable fallback) for trusting a custom certificate authority when Mountpoint makes HTTPS calls. (#1834 by @yerzhan7) - Add support for CRC64NVME full-object checksums on uploads. The
--upload-checksumsargument now acceptscrc64nvmein addition to the existingcrc32candoffvalues. CRC32C continues to use S3's composite (checksum-of-checksums) format on multipart uploads; CRC64NVME uses S3'sFULL_OBJECTmode. Both algorithms work end-to-end on atomic and incremental upload paths. Note for downstream consumers: on multipart objects,GetObjectAttributesreportsChecksumType: FULL_OBJECTfor CRC64NVME (vs.COMPOSITEfor CRC32C), and thex-amz-checksum-crc64nvmeheader value is the full-object hash with no-<part-count>suffix. Tooling that strips the composite-Nsuffix or assumesCOMPOSITEshould branch on the algorithm. (#1838 by @alecrubin) - Add support for automatic content type detection on file uploads. When the
--infer-content-typeflag is specified, Mountpoint will infer theContent-Typeof new objects based on their file extension instead of using the defaultbinary/octet-stream. (#1790 by @Zxilly) - Fix credential resolution when using a source profile with STS Web Identity. (#1889 by @passaro)
- Fix memory limiter ignoring container cgroup memory limits, which could cause out-of-memory issues in memory-constrained containers. (#1806 by @yerzhan7)
- Reduce peak memory usage of incremental (append) uploads by removing an unnecessary buffer copy in the internal S3 client. (#1882 by @yerzhan7)
- Add additional debug information to FUSE operation logs including the ID of the process triggering the file system operation. (#1718 by @mansi153)
Binaries
x86_64
- RPM: https://s3.amazonaws.com/mountpoint-s3-release/1.23.0/x86_64/mount-s3-1.23.0-x86_64.rpm
- RPM signature: https://s3.amazonaws.com/mountpoint-s3-release/1.23.0/x86_64/mount-s3-1.23.0-x86_64.rpm.asc
- RPM (SUSE): https://s3.amazonaws.com/mountpoint-s3-release/1.23.0/x86_64/mount-s3-1.23.0-x86_64.suse.rpm
- RPM (SUSE) signature: https://s3.amazonaws.com/mountpoint-s3-release/1.23.0/x86_64/mount-s3-1.23.0-x86_64.suse.rpm.asc
- DEB: https://s3.amazonaws.com/mountpoint-s3-release/1.23.0/x86_64/mount-s3-1.23.0-x86_64.deb
- DEB signature: https://s3.amazonaws.com/mountpoint-s3-release/1.23.0/x86_64/mount-s3-1.23.0-x86_64.deb.asc
- tar.gz: https://s3.amazonaws.com/mountpoint-s3-release/1.23.0/x86_64/mount-s3-1.23.0-x86_64.tar.gz
- tar.gz signature: https://s3.amazonaws.com/mountpoint-s3-release/1.23.0/x86_64/mount-s3-1.23.0-x86_64.tar.gz.asc
arm64
- RPM: https://s3.amazonaws.com/mountpoint-s3-release/1.23.0/arm64/mount-s3-1.23.0-arm64.rpm
- RPM signature: https://s3.amazonaws.com/mountpoint-s3-release/1.23.0/arm64/mount-s3-1.23.0-arm64.rpm.asc
- RPM (SUSE): https://s3.amazonaws.com/mountpoint-s3-release/1.23.0/arm64/mount-s3-1.23.0-arm64.suse.rpm
- RPM (SUSE) signature: https://s3.amazonaws.com/mountpoint-s3-release/1.23.0/arm64/mount-s3-1.23.0-arm64.suse.rpm.asc
- DEB: https://s3.amazonaws.com/mountpoint-s3-release/1.23.0/arm64/mount-s3-1.23.0-arm64.deb
- DEB signature: https://s3.amazonaws.com/mountpoint-s3-release/1.23.0/arm64/mount-s3-1.23.0-arm64.deb.asc
- tar.gz: https://s3.amazonaws.com/mountpoint-s3-release/1.23.0/arm64/mount-s3-1.23.0-arm64.tar.gz
- tar.gz signature: https://s3.amazonaws.com/mountpoint-s3-release/1.23.0/arm64/mount-s3-1.23.0-arm64.tar.gz.asc