Fork me on GitHub
#aws
<
2017-10-24
>
qqq15:10:32

is there an amazonica/s3 builtin for "rsyncing an directory to s3" ?

qqq15:10:44

I see the put-object get-object files, but I want to do it to entire dir not a single object

qqq15:10:42

in particular, I'm looking for the amazonica equiv of 'aws sync'

bja22:10:26

there is an .uploadDirectory() and .uploadFileList()

bja22:10:35

it's not quite aws sync since it'll overwrite stuff that is already there. if you need aws sync I suggest just shelling out to it. I do that for deployments and I've heard of several others doing the same thing.