awslabs / mountpoint-s3-csi-driver

Built on Mountpoint for Amazon S3, the Mountpoint CSI driver presents an Amazon S3 bucket as a storage volume accessible by containers in your Kubernetes cluster.
Apache License 2.0
151 stars 18 forks source link

Update with Mountpoint 1.6.0 features #189

Closed jjkr closed 2 months ago

jjkr commented 2 months ago

Issue #, if available: #153

Description of changes: Add examples and support for sse and max attempts options. Support for sse does not require any code changes because it is just an argument passthrough. The max attempts option is passed as an environment variable to mountpoint, so some conversion is needed from the mount option.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.