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
29 stars 30 forks source link

fix: rename env vars for file-credentials #66

Closed kirbyjs closed 3 years ago

kirbyjs commented 3 years ago

Description

Sorry, didn't fully refactor file-credentials from file-credentials-path. This makes it so the setting file_credentials works so it isn't file_credentials_path.

cc @donny-dont

kirbyjs commented 3 years ago

📓 The change that we added works :smile:, I just was stumped for a bit why file_credentials wasn't working in settings. This change fixes that.