parse-community / parse-server-s3-adapter

AWS S3 file storage adapter for Parse Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there any way to enable server side encryption with the s3-adapter?

nsnick opened this issue · comments

It looks like server side encryption has to be requested each time an object is uploaded to s3. Does the s3-adapter provide any way to add a server side encryption request to file uploads?

I believe this is addressed by #44