[Storage3] element index

All elements
f g h l m p r s w
f
top
fileExists
Storage3::fileExists() in Storage3.php
Find out if an object already exists in s3
g
top
getFile
Storage3::getFile() in Storage3.php
Get data from an S3 file object and return it as a string
h
top
hex2b64
Storage3::hex2b64() in Storage3.php
Convert a hex string to a base64 string (stolen from the example)
l
top
lsBuckets
Storage3::lsBuckets() in Storage3.php
Get a list of all your s3 buckets (directories)
lsFiles
Storage3::lsFiles() in Storage3.php
Retrieve a list of all files from a bucket (directory)
m
top
mkBucket
Storage3::mkBucket() in Storage3.php
Make an Amazon S3 container object (directory)
mkFile
Storage3::mkFile() in Storage3.php
Put data (in the form of a passed string) into an S3 file object. If you specify an object to which you have write privileges and already exists... this will overwrite that object
p
top
putFile
Storage3::putFile() in Storage3.php
Read a file from the filesystem and put it into S3
r
top
rmBucket
Storage3::rmBucket() in Storage3.php
Delete an empty s3 bucket/directory. (The operation will fail if you attempt this on a bucket which is not empty)
rmFile
Storage3::rmFile() in Storage3.php
Delete a file object from your s3 account S3
s
top
saveFile
Storage3::saveFile() in Storage3.php
Save data from s3 into a local file
setACL
Storage3::setACL() in Storage3.php
Set the acl for a file stored in S3
Storage3
Storage3 in Storage3.php
This class is the abstraction layer through which you provide easy access to the Amazon S3 API
Storage3.php
Storage3.php in Storage3.php
w
top
why
Storage3::why() in Storage3.php
Tell me why something failed!
f g h l m p r s w