This repository has been archived by the owner on Mar 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 70
AWS s3 ORB Overwrite not working #156
Labels
bug
Something isn't working
Comments
@avivbueno can you share a link to a job where you're seeing this behavior ? thank you ! |
thank you !! @avivbueno looks like this is a simple bash syntax issue—should be easy to fix, 1 sec |
@avivbueno i believe this is happening because you are passing a multi-line string argument to the can you try it like this ?
may just be an issue of documenting precisely how users should pass single- or multi-line values to that parameter. thanks ! |
@iynere |
awesome ! well, let's not be too hasty 😄 i'll open a PR to update the documentation for that parameter @avivbueno |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Orb version
2.1
aws-s3 1.0.8
What happened
When overwrite set to true throws an error:
aws s3 sync
bucket s3://aviv-ci-test
--acl public-read
--cache-control "max-age=86400"
--delete
upload: bucket/build_asset1.txt to s3://aviv-ci-test/build_asset1.txt
/bin/bash: line 3: --cache-control: command not found
Exited with code 127### Expected behavior
Delete the previous files on the bucket and sync
The text was updated successfully, but these errors were encountered: