cloud-gov / s3-simple-resource

Concourse CI Resource for uploading files to S3
https://hub.docker.com/r/18fgsa/s3-resource-simple/
Other
30 stars 74 forks source link

Uploading files not including root directory #22

Open tludmetal opened 6 years ago

tludmetal commented 6 years ago

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!

da1nerd commented 5 years ago

I'd also like to see this feature.