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
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.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: