Feature request: support directory uploads and promotes with version
Closed this issue · 1 comments
russellballestrini commented
or unzipping tarball into S3 with version
for subfile in zipf.namelist():
k = Key(bucket) k.key = PUBLIC_PREFIX+subfile k.set_contents_from_string(zipf.read(subfile))
russellballestrini commented
naw, I'm just going to suggest using s3cmd
or aws s3 sync
or boto_rysnc
for this behavior.