peak / s5cmd

Parallel S3 and local filesystem execution tool.
MIT License
2.65k stars 236 forks source link

Support for GCS Server-side Encryption(SSE) using CSEK #592

Open roach891 opened 1 year ago

roach891 commented 1 year ago

Hi, for SSE, I cannot find any sse support other than AWS KMS, is there any plan to add this for GCS's CSEK & CMEK?

https://cloud.google.com/storage/docs/encryption/using-customer-supplied-keys#rest-csek-upload-object https://cloud.google.com/storage/docs/encryption/using-customer-managed-keys#rest-apis_3

igungor commented 1 year ago

Hi,

We don't plan to support GCS-specific features because we rely on AWS SDK. If GCS supports SSE through their S3-compatible XML API, we may check a look.

2naive commented 1 year ago

Hi, @igungor

Also SSE-C support for Linode (Akamai) https://www.linode.com/docs/guides/server-side-encryption/ and DigitalOcean https://docs.digitalocean.com/reference/api/spaces-api/ would be so great!

Thank you!