Top Level :: Web Services

Package Information: Services_Amazon_S3

» Summary » License
PHP interface to Amazon S3's API New BSD License
» Current Release » Bug Summary
0.2.0 (alpha) was released on 2009-05-01 (Changelog) No open bugs
Report a new bug to Services_Amazon_S3
» Description
Services_Amazon_S3 is a PHP library for accessing Amazon Simple Storage Service (S3). The library is based on the 2006-03-01 REST API.

Features:
* list, create and delete buckets, including buckets with location constraints (European buckets)
* create, read and delete objects including metadata
* list keys in a bucket using an SPL Iterator with support for paging, key prefixes and delimiters
* manipulate access control lists for buckets and objects
* specify the request style (virtualhost, cname, path style) and endpoint
* get signed URLs to allow a trusted third party to access private files
* access buckets and objects using PHP filesystem functions through a stream wrapper
» Maintainers » More Information