kube-object-storage / lib-bucket-provisioner

Library for the dynamic provisioning of object store buckets to be used by object store providers.
Apache License 2.0
20 stars 22 forks source link

Tagging and Encryption support for provisioned buckets #209

Closed ykoer closed 3 years ago

ykoer commented 3 years ago

Hi, do you guys plan to support bucket tagging? ObjectBucketClaim labels could be propagated to the AWS S3 bucket. Another nice to have feature is the support for "default bucket encryption" (https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-encryption.html). Or are those features already implemented and I overlooked them?

Thanks a lot. Yusuf