drone-plugins / drone-s3

Drone plugin for publishing artifacts to Amazon S3
http://plugins.drone.io/drone-plugins/drone-s3
Apache License 2.0
36 stars 64 forks source link

Integrate content type and encoding maps #63

Closed tboerger closed 4 years ago

tboerger commented 4 years ago

To enforce specific content types and content encodings based on file extensions I have taken more or less the code from the fork at https://github.com/quintoandar/drone-s3 to integrate that functionality directory into the official plugin.

Fixes https://github.com/drone-plugins/drone-s3/issues/54 Superseed https://github.com/drone-plugins/drone-s3/pull/34