public marks

PUBLIC MARKS from nhoizey with tag s3

2010

2009

Amazon S3 tools: s3cmd : command line S3 client

S3cmd is a command line tool for uploading, retrieving and managing data in Amazon S3. It is best suited for power users who don't fear command line. It is also ideal for scripts, automated backups triggered from cron, etc.

2008

Automatically backup your Mac to Amazon S3 | vallery.net

by 2 others
Here is my step-by-step guide to getting your machine setup to do automatic daily backups to Amazon. I developed these steps on my MacBook Air running Leopard however they should work for previous versions of OS X as well.

2007

Client Side Load Balancing for Web 2.0 Applications

by 2 others
Advantages of using client-side load balancing over server-side load balancing? A special load-balancing device is unnecessary—there is no need to configure load-balancing hardware, or make sure the backup functions the same as the primary load balancer

Offload your multimedia content and bandwidth to Amazon using PHP

Save disk space and bandwidth, and increase the reliability of your site by using the Amazon Simple Storage Service (S3) remote storage service to host your media files. You'll also improve the reliability of your site as it serves large multimedia files

Amazon Web Services: Monster Muck Mashup - Mass Video Conversion Using AWS

by 1 other
L'auteur utilise Amazon S3 pour le stockage, Amazon EC2 pour convertir les vidéos, et Amazon SQS pour les échanges de messages durant le process, un must !

Is Amazon S3 the first Tier 0 Internet Service? | magpiebrain

If Flickr and it’s ilk could be considered tier one applications, then surely Amazon S3 much be considered a tier zero service.

S3 Firefox Organizer

by 6 others (via)
This firefox extension(browser plugin) provides an user friendly interface for Amazon's S3 (Simple Storage Service) . Its interface is very much similar to the FTP interface that lists local folders in the left panel and S3 buckets/files/folders in the right panel. Files/folders can be moved from the local computer to Amazon's storage space and vice versa.

Spanning Sync Blog: 5,000 Video Downloads. Time for Amazon S3.

We did some quick math and realized that we were saturating our server's network connection. Time to add some capacity. We immediately decided to use Amazon S3.

How I automated my backups to Amazon S3 using s3sync. | John Eberly’s Geek Blog

by 2 others (via)
I wanted a simple low level tool to perform automatic backups S3. I decided to use s3sync to do the heavy lifting and use the jets3t Cockpit GUI to monitor my S3 account. The following explains how I successfully started automating my backups to S3 using s3sync and cockpit.

JungleDisk and Amazon S3: Secure, Redundant, Encrypted Backup | Andy Wibbels

(via)
When first announced, S3 didn't make much of a splash with consumers because there weren't any applications for it yet - it was simply a service waiting for the geeks to write something fantastic for it. That fantastic application is here: JungleDisk.

Mac OS X S3 Browser

by 3 others (via)
S3 browser is a Mac OS X administration tool for the Amazon S3 data storage service. My goal is to build a small application useful in itself for developers or users subscribed to the S3 service, but also to provide example code showing how to access S3 through the REST API in a OS X Objective-C client application, on top of OS X technologies (Keychain, URL loading system, ...).