You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
what are your long-term plans with the AWS S3 Operator since lib-bucket-provisioner is deprecated. I am asking because I would like to contribute the tagging and server-side bucket encryption support.
Thanks
Yusuf
The text was updated successfully, but these errors were encountered:
Hi @ykoer - There are no long term plans for this particular provisioner. This was a proof of concept project to help test and evaluate the now deprecated object-bucket-library when it was first being developed.
As the OB Library has been transformed into an official upstream Kubernetes SIG repo - Container Object Storage Interface (COSI), I think it makes sense to start using and contributing to that. Below are some links
I Added support for turning ObjectBucketClaim labels into S3 Bucket Tags and default server-side encryption which can be enabled with an annotation ("aws-s3-server-side-default-encryption") in the storage class.
Unfortunately, a change in the lib-bucket-provisioner library was also required, because all labels are getting overwritten. ykoer/lib-bucket-provisioner@94ac4a6
Let me know if you are interested. I can send a PR.
Hi,
what are your long-term plans with the AWS S3 Operator since lib-bucket-provisioner is deprecated. I am asking because I would like to contribute the tagging and server-side bucket encryption support.
Thanks
Yusuf
The text was updated successfully, but these errors were encountered: