[ Index ] |
PHP Cross Reference of Phabricator |
[Source view] [Print] [Project Stats]
Amazon S3 file storage engine. This engine scales well but is relatively high-latency since data has to be pulled off S3.
File Size: | 152 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
getEngineIdentifier() X-Ref |
This engine identifies as `amazon-s3`. |
writeFile($data, array $params) X-Ref |
Writes file data into Amazon S3. |
readFile($handle) X-Ref |
Load a stored blob from Amazon S3. |
deleteFile($handle) X-Ref |
Delete a blob from Amazon S3. |
getBucketName() X-Ref |
Retrieve the S3 bucket name. |
newS3API() X-Ref |
Create a new S3 API object. |
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |