Skip to content

Releases: awslabs/mountpoint-s3

mountpoint-s3 v1.19.0

19 Jun 08:59
41aeca1
Compare
Choose a tag to compare

New features

  • Add support for renaming files using the RenameObject API when mounting directory buckets in S3 Express One Zone. (#1468)

Binaries

x86_64

arm64

mountpoint-s3 v1.18.0

30 May 14:18
ca60ca2
Compare
Choose a tag to compare

New features

  • Allow launching Mountpoint from the /etc/fstab file. See Automatically mounting an S3 bucket at boot for more details (#1441, #1362, #1434)
  • Allow passing in s3:// URIs as the first argument to Mountpoint. The --prefix option is not allowed if using an S3 URI. (#1434)
  • Allow passing in s3:// URIs to the --cache-xz parameter. Use of prefixes is still unsupported. (#1434)

Binaries

x86_64

arm64

mountpoint-s3 v1.17.0

12 May 12:35
21a65f0
Compare
Choose a tag to compare

New features

Other changes

  • Fix compatibility issue with S3-like services by removing Content-Length: 0 header from GET, HEAD, and DELETE requests.
    (#1381, awslabs/aws-c-s3#516)
  • Enable caching of credentials when --profile CLI argument is used. (#1398)
  • Update target throughput settings for new EC2 instance types. (#1369)

Binaries

arm64

x86_64

mountpoint-s3 v1.16.2

09 Apr 15:13
a568011
Compare
Choose a tag to compare
  • Address an issue introduced in v1.16.0 that could affect throughput and memory usage in
    workloads with many concurrent random read operations. (#1355)

Binaries

x86_64

arm64

mountpoint-s3 v1.16.1

03 Apr 15:12
f248ce8
Compare
Choose a tag to compare
  • Reduce memory usage for strings in inode metadata. (#1346)

Binaries

x86_64

arm64

mountpoint-s3 v1.16.0

01 Apr 17:40
c717bdb
Compare
Choose a tag to compare

New features

  • Mountpoint for Amazon S3 adds support for S3 Access Points for directory buckets in AWS Dedicated Local Zones. (aws-c-s3#502)

Other changes

  • Reduce memory usage when using the --prefix flag. (#1303)
  • Add support for endpoint override in credential providers. (aws-c-auth#263)
  • Address an issue in GetObject requests that could result in read operations to fail.
    (#1334)

Breaking changes

  • The logging target used by a significant amount of Mountpoint code has changed. Some logs originally written under the mountpoint_s3 target are now written under mountpoint_s3_fs. You may need to update any code configuring or filtering logging. (#1304)

Binaries

x86_64

arm64

mountpoint-s3 v1.15.0

27 Feb 16:22
9b05724
Compare
Choose a tag to compare

New features

  • Add a new command-line argument --negative-metadata-ttl to independently set the time-to-live (TTL) for cached negative entries.
    (#1246)

Other changes

  • Add support for appending to objects originally uploaded with a CRC64-NVME checksum. (#1235)
  • Add a package for SUSE Linux Enterprise Server (SLES). (#1278)
  • Add retries for the ECS credentials provider. (aws-c-auth#259)

Breaking changes

  • CLI flags --sse and --sse-kms-key-id are now applied to object uploads to the xz cache. (#1257)

Binaries

x86_64

arm64

mountpoint-s3 v1.14.0

10 Jan 15:45
3da84c5
Compare
Choose a tag to compare

mountpoint-s3 v1.13.1

10 Jan 14:39
8e4b2ca
Compare
Choose a tag to compare

New features

  • Mountpoint now supports specifying an open FUSE file descriptor in place of the mount path by using the syntax /dev/fd/N.
    See mounthelper.go as an example usage and see Configuring mount point about more details on configuring this feature. (#1103)

Other changes

  • Fix an issue where an interrupt during readdir syscall leads to an error. (#965)
  • Fix an issue where the source bucket of a shared cache block was not correctly validated (#1208)

Binaries

x86_64

arm64

mountpoint-s3 v1.13.0

02 Dec 15:52
d14655a
Compare
Choose a tag to compare