chrisetheridge / snake

S3 access from Clojure.
Eclipse Public License 1.0
2 stars 4 forks source link

Support wildcards with copy #1

Open greywolve opened 7 years ago

greywolve commented 7 years ago

It would be nice if copy supported wildcards for keys, e.g "foo*" to copy all keys that begin with "foo".

chrisetheridge commented 7 years ago

thanks for the suggestion! will take a look at it.

chrisetheridge commented 7 years ago

does not look like the aws-s3-java SDK does not support wildcards in uploads / copy / listing. we could get it to work with copy though, as we can list all of the objects in the src bucket, and use a regex to filter which ones to copy.