shallwefootball / upload-s3-action

github action for upload to S3 ☁️
https://github.com/marketplace/actions/upload-s3
166 stars 158 forks source link

Should also give the ability to upload to a specific directory. #2

Closed Aman-RateHub closed 4 years ago

Aman-RateHub commented 4 years ago

The action should also have the ability to provide the destination directory where the data will be stored.

Would be a nice enhancement.

shallwefootball commented 4 years ago

your suggestion is good.

this repository code is very simple. so can you make Pull Request to based on your idea?

nionata commented 4 years ago

This would be very useful. Especially for the case of just uploading to the root bucket. I will give this a shot in the next few days and submit a PR. The upload looks very straight forward.