meltwater / drone-cache

A Drone plugin for caching current workspace files between builds to reduce your build times
https://underthehood.meltwater.com/blog/2019/04/10/making-drone-builds-10-times-faster/
Apache License 2.0
338 stars 81 forks source link

Only use anon credentials for public s3 buckets #187

Closed cmckeen closed 2 years ago

cmckeen commented 2 years ago

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Fixes #188

Description

Add optional s3_bucket_public setting to use anonymous credentials when accessing public S3 buckets.

Checklist

cmckeen commented 2 years ago

fixes #188