My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 137
=CloudBuddy Analytics v0.1 BETA= Home Page - http://www.mycloudbuddy.com ==What is CloudBuddy Analytics?== CloudBuddy Analytics is an Open Source web based tool to generate exhaustive statistical reports about your S3 Bucket access. It has an intuitive interface for a rich user experience. ...
!LitS3 is a library written in C# that provides comprehensive and straightforward access to Amazon S3 for .NET developers. == Notably == * Gives you typesafe objects instead of raw XML * Well-documented, highly optimized code * Uses the more efficient REST API * Currently supports most ...
== Description == !S3Lib is a client library for Amazon's Simple Storage Service. === Status === ==== Java Library ==== !S3Lib-Java is complete and in active production use. [http://www.threerings.net Three Rings Design] uses !S3Lib-Java for the backend storage needs of their games. ...
S3, Java, C
Clonus3 mirrors a set of directories to an S3 bucket, ignoring user-specified file patterns. For convenience when serving media from S3, canned ACLs may be to assigned to uploaded objects, and relative paths may be used for the object names. Clonus3 uses ruby's right_aws and ruby-bdb, or python'...
s3, ruby
Python program providing a command line interface to the standard set of S3 operations.
Upload files to S3 with only Javascript
*s3funnel* is a command line tool for [http://www.amazon.com/gp/browse.html?node=16427261 Amazon's Simple Storage Service] (S3). * Written in Python, `easy_install` the package to install as an egg. * Supports multithreaded operations for large volumes. `Put`, `get`, or `delete` many items c...
==CloudBuddy's official website - http://www.mycloudbuddy.com/== *CloudBuddy is a free bucket explorer platform for Amazon S3. It is developed using .NET 3.0 and C# for Windows XP and Vista.* *Why an another Bucket Explorer ?* CloudBuddy is not just a simple bucket explorer tool. It is a pl...
= `almacencito` = _al-mah-sen-SEE-toh_, Spanish for "small warehouse", is a Python script that uses [http://boto.googlecode.com/ boto] and [http://www.sqlite.org/ sqlite] to manage and schedule your backups to Amazon's [https://s3.amazonaws.com/ Simple Storage Service] (S3). The main focus is ...
==Overview== BigCache is a very simple cache API providing users with an infinite shared cache backed by Amazon S3. No servers required. Here's a quick code sample for how to use it. {{{ // put an object into the cache bigcache.put("somekey", myObject, 3600); // Get an object from the ...
1 2 3 4 5 6 7 8 9 10 Next