jogriOriginal post
Rank 1: Thread
I have a bucket where I switched from encryption to not encrypting files. I later realized that files already uploaded earlier stay encrypted. Now I have a bucket where half of the files are encrypted, half are not. Is there a migration script where I can either encrypt or decrypt all files in a bucket? Or can I decrypt the files myself and override the encrypted once?
Summary
To decrypt the files in your bucket:
1) Download the encrypted files through Appwrite.
2) Re-upload the files into the same bucket with encryption disabled.
3) Verify the files are as desired, then delete the old encrypted files. There's no migration script available to automatically encrypt or decrypt files in a bucket.