I have 17 gigs of images directly on my server that I would like to move to S3. First I tried to scp them and it it took roughly 9 hours, so that doesn't seem to be a good idea to use those because other people have probably touched those images since then. I'm thinking something similar to rsync, but rsync wouldn't work because I can't install it on an S3 bucket..
Does anyone know a good way to sync images between a server host and an s3?