I am currently using IBM Softlayer Object Storage. I'm wondering whether there is some encryption at rest (as a service) option? For example, does Softlayer manage encryption keys in some way (the way AWS does for instance with I AM), or does it provide an easy way to automatically encrypt what is uploaded through the Object Storage API?
2 Answers
1
votes
What I know there is not such way to automatically encrypt the data uploaded, you need to encrypt your data prior to upload it.
Just in case you can look for documentation which could help you here: http://sldn.softlayer.com/reference/objectstorageapi
Regards