2 months ago
I saw an article about how Amazon S3 encrypts its data, and we upload it and decrypt it when we download it.
Amazon S3 encrypts your objects before saving them on disks in AWS data centers and then decrypts the objects when you download them.
All Amazon S3 buckets have encryption configured by default, and all new objects that are uploaded to an S3 bucket are automatically encrypted at rest.
https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingEncryption.html
Do the Storage Buckets from Railway do the same?
I plan to store sensitive files, like .cert and .key files, and encryption would be great in this case in point
3 Replies
2 months ago
and we upload it and decrypt it when we download it -> it's encrypted when we upload it and they decrypt it when we download it
2 months ago
Hey there!
We use Tigirs under the hood for our buckets.
They have a detailed list here of supported functionality https://www.tigrisdata.com/docs/api/s3/
Yes, all files are encrypted by default server side.
Status changed to Awaiting User Response Railway • 2 months ago
2 months ago
Thank you so much!
Status changed to Awaiting Railway Response Railway • 2 months ago
Status changed to Solved felipinas • 2 months ago
