RogerJ
RogerJ

Reputation:

CloudFront - How to upload images

I have 3 questions related to Amazon CloudFront.

  1. How do I upload images?

  2. Can I use FTP?

  3. Does Amazon allow me to rsynch a local directory to CloudFront so that I have a replica directory and hierarchy on CloudFront?

Thanks in advance

Upvotes: 4

Views: 8269

Answers (4)

doublejosh
doublejosh

Reputation: 5774

There's a Firefox add-on that feels a lot like FTP http://www.s3fox.net

Upvotes: 1

dove
dove

Reputation: 20674

  1. I've found bucket explorer to work well on trial, not sure yet if it's worth $50

  2. Pretty sure you can't

  3. Haven't tried but bucket explorer blurb says "Synchronize local and Amazon S3 data using comparer."

Upvotes: 2

cloudberryman
cloudberryman

Reputation:

You can use CloudBerry Explorer freeware to upload images to Amazon S3 and configure CloudFront. Please check out our blog post on how to do that. http://blog.cloudberrylab.com/2009/04/how-to-host-media-files-on-amazon-s3.html

Upvotes: 4

John Sheehan
John Sheehan

Reputation: 78124

You upload files to Cloudfront by uploading them to S3. You can upload to S3 via the REST interface. There is no FTP support. There are numerous software packages and code libraries to handle uploading if you don't want to write your own.

If there was a rsync client that supported uploading to S3, then yes you could use rsync. I am not familiar with any.

Upvotes: 1

Related Questions