travis-ci / artifacts

Travis CI Artifacts Uploader
MIT License
87 stars 25 forks source link

Add upload directory #15

Closed Joshua-Anderson closed 10 years ago

Joshua-Anderson commented 10 years ago

Allow the user to upload to a directory of a S3 bucket.

joshk commented 10 years ago

could you give an example of what you would like the upload to look like?

Joshua-Anderson commented 10 years ago

For example, instead of uploading to the bucket root upload to a subdirectory, like /builds.

joshk commented 10 years ago

that is done with target paths I believe.

Joshua-Anderson commented 10 years ago

I thought that was for the folder that you upload from, not the folder you upload to.

joshk commented 10 years ago

target paths is where the artifacts are uploaded to, you can pass the paths you want to upload into when executing the tool

Joshua-Anderson commented 10 years ago

Thanks for the clairification.