- Support Mountpoint version 1.13.0
- Mountpoint now supports AWS Dedicated Local Zones. (awslabs/aws-c-s3#465)
- Mountpoint now offers a new command-line flag
--incremental-upload
, available when mounting directory buckets in S3 Express One Zone. When set, Mountpoint will perform all uploads incrementally and support appending to existing objects. (mountpoint-s3#1165) - Mountpoint now offers a new command-line argument
--cache-xz <BUCKET>
which enables caching of object content to the specified bucket on S3 Express One Zone. To get started, see the shared cache section of the configuration documentation. (mountpoint-s3#1145) - Mountpoint now implements statfs to report non-zero synthetic values. This may unblock applications which rely on verifying there is available space before creating new files. (mountpoint-s3#1118)
- Support Mountpoint version 1.10.0, including adaptive prefetching for better memory utilization
- Add support for pod-level authentication in volumes (#111)
- See documentation for this feature in the configuration documentation
- Support Mountpoint version 1.9.1
- Add AWS ISO partitions to STS credential provider, resolving IRSA authentication issues. (awslabs/aws-c-auth#253)
- Mountpoint now offers multi-nic configuration. See the Mountpoint documentation for details.
- Customers may experience improvements in bandwidth usage when reading multiple files concurrently and reduced memory consumption.
- Pass long-term AWS credentials via file (#252)
- Support Mountpoint version 1.8.0,
- Mountpoint now offers two new command-line arguments
--read-part-size <SIZE>
and--write-part-size <SIZE>
which allow to specify different part sizes to be used when reading and writing respectively. (mountpoint-s3#949) - Fix issue where empty environment variables for STS web identity credentials could cause segmentation fault. (mountpoint-s3#963)
- Mountpoint now offers two new command-line arguments
- Add retry to reading
/proc/mounts
(#234) - Add Kubernetes version to user-agent (#224)
- Support Mountpoint version 1.7.2, including the ability to configure the metadata cache independently of data caching, changes to default metadata TTLs when using
--cache
flag, the option to disable additional checksums for S3 implementations not supporting them, and other changes - Support configuring
/proc/mounts
path (#191)
- Support Mountpoint version 1.6.0, including configurable retries and sse-kms support
- Support Mountpoint version 1.5.0, including negative cahcing
- Support Mountpoint version 1.4.1 which is a patchfix for a critical bug
- Support Mountpoint version 1.4.0 which supports file overwrite (#139)
- Support Mountpoint version 1.3.1 which supports S3 Express One Zone (#90)
- Initial release to support using Mountpoint for Amazon S3 to mount S3 buckets as a persistent volume in your kubernetes cluster
- Mountpoint Version: 1.1.1
- Add support for Static Provisioning (#2, #4)
- Add helm install (#8)