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

Updated vendored dependencies. #36

Closed betterengineering closed 7 years ago

betterengineering commented 7 years ago

We recently updated our s3 compatible object gateway to use https. Only changing the url scheme from http to https, the pipeline step failed consistently with:

RequestError: send request failed
caused by: Put https://(redacted): EOF

By simply updating the vendored packages (and thus pulling in the latest version of aws-sdk-go), we were able to eliminate the error.

bradrydzewski commented 7 years ago

thanks! fixed with https://github.com/drone-plugins/drone-s3/commit/0dea1fd4c1b8ace222cb8d17fc9ef8905c8c4ca9