Storage3 1.0.1 review

Download
by rbytes.net on

Storage3 provides a single, easy to use interface for accessing The Amazon's S3 (the Simple Storage Service) with PHP 5. Storage3

License: GPL (GNU General Public License)
File size: 50K
Developer: Apokalyptik
0 stars award from rbytes.net

Storage3 provides a single, easy to use interface for accessing The Amazon's S3 (the Simple Storage Service) with PHP 5.

Storage3 allows you to create, delete, and list buckets (which are analogous to folders or directories) and store, retrieve and delete objects (which are analogous to files).

Errors are presented in a convenient manner through the why() method. It does not currently support anonymous access.

Here are some key features of "Storage3":
A local, modified, version of the pear HTTP/Request package
A local copy of all other required pear packages
Documentation (under development... docs arent my strong suite)
An example application (s3test.php)

What's New in This Release:
This release adds fileExists(), support for listing bucket files for buckets with over 1,000 files, setACL(), support for setting an object's ACL during the upload process, and storage of response headers (which contain a lot of useful information). s3test.php now includes an example of using headers to verify the integrity of a file stored in s3 via an md5 hash.

Storage3 1.0.1 search tags