Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What client tools are available to manage Amazon S3 and CloudFront? [closed]

I just started using the Amazon S3 and Amazon CloudFront. What proper client tools are out there that I can use to manage my account? Like uploading files etc. Yes I am a developer, but, I am pressed for time, I just want to deploy my apps.

I came across this one S3 Browser. It's almost what I am looking for.

EDIT ~ Is it possible to map a bucket as a windows Drive?

like image 549
Saif Khan Avatar asked Sep 01 '09 16:09

Saif Khan


People also ask

Which tools you are using for S3 bucket access?

You can access your bucket using the Amazon S3 console. Using the console UI, you can perform almost all bucket operations without having to write any code.

What is S3 tool?

Amazon Simple Storage Service (Amazon S3) is a scalable, high-speed, web-based cloud storage service. The service is designed for online backup and archiving of data and applications on Amazon Web Services (AWS).

Which storage browser can be used as an interface for Amazon CloudFront?

Simple Storage Service (S3) browser is a client interface for AWS developers using Amazon S3 service. Its user-friendly GUI aids them in managing buckets of files of any size. The browser can be used as an interface for Amazon CloudFront.

How do I access my S3 bucket from CloudFront?

Open the CloudFront console. Choose Create Distribution. Under Origin, for Origin domain, choose your S3 bucket's REST API endpoint from the dropdown list. Or, enter your S3 bucket's website endpoint.


2 Answers

I use CloudBerry FreeWare. Easy to use, just like FTP software.

https://www.cloudberrylab.com/explorer/amazon-s3.aspx

Jeff Atwood mentioned S3Fox Organizer on his CodingHorror blog.

http://www.s3fox.net/

Using Amazon S3 as an Image Hosting Service

like image 143
James Lawruk Avatar answered Oct 02 '22 17:10

James Lawruk


Cyberduck for Mac & Windows supports the full feature set of both S3 and Cloudfront distributions including custom origins. See http://trac.cyberduck.ch/wiki/help/en/howto/s3.

like image 20
David Kocher Avatar answered Oct 02 '22 17:10

David Kocher