[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/files/engine/ -> PhabricatorS3FileStorageEngine.php (summary)

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

Defines 6 functions

  getEngineIdentifier()
  writeFile()
  readFile()
  deleteFile()
  getBucketName()
  newS3API()

Functions
Functions that are not part of a class:

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