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

Support S3 V2 signing #31

Open fuku2014 opened 7 years ago

fuku2014 commented 7 years ago

Some S3 clones only support v2 signing and not the v4 signing.

It should be support s3 sign like aws-cli.

[default]
s3 =
    signature_version = s3
tboerger commented 7 years ago

First you should fork the plugin, add the changes and try it with your fork. When it's working fine you can create a pull request and we will see what else needs to be changed