anacronw / multer-s3

multer storage engine for amazon s3
MIT License
660 stars 190 forks source link

Added some more s3 upload options #43

Closed gregkeys closed 3 years ago

gregkeys commented 8 years ago

Options Added:

  1. ServerSideEncryption
  2. StorageClass
  3. Updated README.md
LinusU commented 8 years ago

Please don't add semicolons to the code 😭 follow the existing style please.

Also, the tests aren't passing currently, since the styleguide is enforced by the tests. Could you also add tests for the new options?

LinusU commented 3 years ago

closing due to inactivity