Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload files using a glob pattern #8

Open
danielc2013 opened this issue Jun 6, 2019 · 0 comments
Open

Upload files using a glob pattern #8

danielc2013 opened this issue Jun 6, 2019 · 0 comments

Comments

@danielc2013
Copy link
Contributor

Background:
There is another ticket which is supposed to allow for multiple file uploads. It would also be beneficial to allow for regex/wildcards and the ability to preserve a directory structure in S3.

Depends On: #7

ToDo:
Extend the existing upload functionality to also accept glob-type patterns (*,?,[a-Z], etc) and upload all the files matching that pattern. Multiple patterns should also be supported, and if duplicates are found, only upload once
Example:
crossing-go put -k alias/crossing-go-key -b s3://my-big-bucket ./*.go ./*.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant