Can I FTP data into AWS S3?

amazon-s3, amazon-web-services

Solution

S3 doesn't support ftp directly, but for the mac, you can use a tool like cyberduck.io and on windows cloudberry has a pretty complete set of tools (including some free ones):

- http://cyberduck.io/

- http://www.cloudberrylab.com/

To the best of my knowledge, filezilla doesn't support s3, though I wouldn't be surprised if they do someday.

Problem

Is it possible to upload content into S3 using a standard FTP client like FileZilla? I am unsure at the moment how best to get data uploaded in bulk. Thanks

Original source