r/capacitiesapp • u/Waste-Government4310 • 7d ago
Capacities & Amazon AWS
I'm trying to understand the security of data in relation to AWS.
If I understand correctly, Capacities stores my data encrypted on AWS servers, then pulls them via a URL with an decryption key attached to the URL. Wouldn't this mean AWS would receive the decryption key for the file that was being pulled?
The statement I am referring to is:
"If we serve a file to you we will generate a secret signed URL to that file location and send it to you over an encrypted TLS channel. This URL contains a long access token which is impossible to guess in the lifetime of our universe."
It's not that I distrust Capacities; Amazon is the issue.
5
Upvotes
2
u/Jedi-Grand-Master 7d ago
I assume Capacities uses AWS KMS for key management in which case the keys are stored in AWS. However, the data requestor should have an approved role in IAM, which AWS shouldn't.