Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

encryption/decryption between backend and s3proxy #599

Open
nonix opened this issue Jan 25, 2024 · 1 comment
Open

encryption/decryption between backend and s3proxy #599

nonix opened this issue Jan 25, 2024 · 1 comment

Comments

@nonix
Copy link

nonix commented Jan 25, 2024

Hi guys,
I am new to this S3proxy. And would appreciate your help. I am looking for ability to encrypt / decrypt payload on the way to/from backend.
The task:

  • My client send PUT request to store the payload to S3 (compatible) backend as un-encrypted.
  • The S3Proxy should "intercept" and encrypt the payload with a pre-configured keys ideal using AES 256-CBC
  • Than store the encrypted payload on S3 backend
  • Analogues on the way back.

Is this possible to achieve with this S3Proxy?

Thank you,
N.

@gaul
Copy link
Owner

gaul commented Feb 7, 2024

S3Proxy has an EncryptedBlobStore middleware. However this is not currently discoverable: #398 (comment)

It would be great if either @nonix or @FlorinPeter could add a wiki page for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants