drone-plugins / drone-s3-sync

Drone plugin for syncing artifacts with an Amazon S3 Bucket
http://plugins.drone.io/drone-plugins/drone-s3-sync
Apache License 2.0
24 stars 32 forks source link

acl configuration in yaml does not work #51

Closed btkostner closed 5 years ago

btkostner commented 5 years ago

Using Drone image: drone/drone:1.0.0-rc.3

When configuring acl values like so, it does not work:

settings:
  acl:
    "*": public-read

Bug when configuring it as a JSON string, it seems to work:

settings:
  acl: '{ "*": "public-read" }'

This might be more of an issue with drone and it's yaml to env parsing. Let me know if you want me to open it up in a different repo instead.

tboerger commented 5 years ago

This is an upstream drone issue, nothing we can fix on the plugin. Please report it to the drone repo.