kahing / goofys

a high-performance, POSIX-ish Amazon S3 file system written in Go
Apache License 2.0
5.15k stars 523 forks source link

Minio SSE not working #302

Open MikeHawkesCapventis opened 6 years ago

MikeHawkesCapventis commented 6 years ago

I'm trying to get server-side encryption by default on a mounted Minio FS. I can't seem to get this working using --sse, is this supported, and if so, how?

Thanks in advance. Mike

kahing commented 6 years ago

goofys supports SSE-S3 and SSE-KMS but according to https://github.com/minio/cookbook/blob/master/docs/how-to-use-minio-server-side-encryption-with-aws-cli.md minio only supports SSE-C. Feel free to submit a PR to goofys for SSE-C or get the minio team to support SSE-S3 (probably not possible for minio to support SSE-KMS)

kahing commented 6 years ago

a PR is a pull request, which should contain actual code changes that you are submitting, and not just a feature request.