Amazon S3 storage. More...
#include <S3Storage.h>
Public Member Functions | |
S3Storage (const string &bucket) | |
bool | put (const string &filename) const |
bool | get (const string &filename) const |
Amazon S3 storage.
S3Storage::S3Storage | ( | const string & | bucket | ) |
bucket | The bucket name of the Amazon S3 storage |
bool S3Storage::get | ( | const string & | filename | ) | const [virtual] |
Get a file from the storage
filename | The filename |
Implements Storage.
bool S3Storage::put | ( | const string & | filename | ) | const [virtual] |
Put a file to the storage
filename | The filename |
Implements Storage.