Replies: 1 comment
-
|
Afaik enabling bucket encryption is not retroactive. It should apply only to new uploads / rewrites after encryption is enabled. Existing objects usually stay as they were until they are copied or re-uploaded. So the usual way to “retroactively” encrypt them is to rewrite the objects, e.g. copy each object onto itself or copy them to another bucket with encryption enabled. Something like: # example idea, not tested against RustFS specifically
mc mirror source/bucket target/encrypted-bucketor iterate over objects and re-copy them. So imo:
Would be good to confirm if RustFS has a built-in re-encrypt job, but I don’t think it happens automatically. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to encrypt objects in a bucket retroactively after enabling bucket encryption?
Beta Was this translation helpful? Give feedback.
All reactions