drone-s3-sync
drone-s3-sync copied to clipboard
Documentation is confusing for the bucket parameter
The documentation shows bucket
parameter provided in two different formats (actually twice for each example):
bucket: my-bucket-name
...
bucket: my-bucket.s3-website-us-east-1.amazonaws.com
Which format is the correct one?
The link to the documentation: http://plugins.drone.io/drone-plugins/drone-s3-sync/
Which docs are you looking at?
On my phone so can't test, but maybe consider testing both and then send a patch to the docs for whichever is the correct config
This is a mistake from my side, I have not checked it but I think both formats should work, more common is the first one
I think the first one works, (at least for couple of my configurations it does) though I have some failing one at the moment as well and not sure why is it failing yet.
After looking through the source code, I think the second bucket
entry in the documentation should actually be called endpoint
.