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

Use official AWS golang client #18

Closed donny-dont closed 8 years ago

donny-dont commented 8 years ago

This pull request uses the official AWS golang client, https://github.com/aws/aws-sdk-go.

It adds support for Minio servers through the endpoint and path_style variables. Tested locally with Minio.

donny-dont commented 8 years ago

@bradrydzewski I can confirm this works with AWS S3 and Minio.

bradrydzewski commented 8 years ago

LGTM