- I login to Storj
- I create a bucket
- I create S3 credentials
- allow write to bucket
- use access + secret key to PutObject
My question is after step 5 is it possible for the root account to ever get the encrypted contents of the object I put into the bucket without using the access + secret key?
I understand and it is obvious that you should not be able to get the decrypted contents of the object without the keys but I want to know is the object protected from even fetch the encrypted contents without the access + secret keys?