You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for your amazing tool. It is being very helpful for my purposes. I have an issue when I am uploading files to S3, that you maybe could gently help me. The thing is when I am setting "options" parameters like this:
options:
"--exclude '*'"
"--include 'results/*'"
I don't want to upload also "results" directory to s3 bucket, just the content inside of it to the bucket's root . I didn't find an easy way since it seems that concourse resource requires an output directory to make these operations.
Thanks a lot in advance!
The text was updated successfully, but these errors were encountered:
First of all, thanks for your amazing tool. It is being very helpful for my purposes. I have an issue when I am uploading files to S3, that you maybe could gently help me. The thing is when I am setting "options" parameters like this:
options:
I don't want to upload also "results" directory to s3 bucket, just the content inside of it to the bucket's root . I didn't find an easy way since it seems that concourse resource requires an output directory to make these operations.
Thanks a lot in advance!
The text was updated successfully, but these errors were encountered: