drone-plugins / drone-s3-cache

Caches build artifacts to S3 compatible storage backends
http://plugins.drone.io/drone-plugins/drone-s3-cache
Apache License 2.0
28 stars 30 forks source link

Verify IAM role can connect #29

Closed donny-dont closed 6 years ago

donny-dont commented 6 years ago

It appears that you can use Get to attempt to connect before creating the credentials. This seems like it might help debug issues with connections.

bradrydzewski commented 6 years ago

@donny-dont do you have an example yaml configuration that works with S3 + IAM? Have you tested this plugin with your AWS install yet? Thanks!