The following config
deploy:
- provider: s3
skip_cleanup: true
upload-dir: main-branch-builds
local_dir: artifact
under [email protected] uploads my-file.tar.gz from the artifact folder to /main-branch-builds/my-file.tar.gz
uploading "my-file.tar.gz" with {:content_type=>"application/gzip"}
under [email protected] uploads my-file.tar.gz from the artifact folder to /main-branch-builds/artifact/my-file.tar.gz
uploading "artifact/my-file.tar.gz" with {:content_type=>"application/gzip"}
The 1.9.1 behaviour was the expected for one for us
A potential fix is in the releases-local_dir branch.
Could you try this:
deploy:
- provider: s3
edge:
branch: releases-local_dir
â‹® # rest
and report the result? We'll have a 1.9.4 release shortly.
+1
Same issue, I'm trying the fix suggested above
@brad-sobie Did the proposed fix work for you, or are you just indicating that you see the same problem?
The fix above worked for us.
@BanzaiMan just run a build with that branch of dpl and it worked :-)
Confirmed the fix worked for us as well.
Resolved by https://github.com/travis-ci/dpl/pull/787, which is in 1.9.4.
We thank you all for the report and patience, and we apologize for the inconvenience.