S3Storage Class Reference

Amazon S3 storage. More...

#include <S3Storage.h>

Inheritance diagram for S3Storage:
Storage

List of all members.

Public Member Functions

 S3Storage (const string &bucket)
bool put (const string &filename) const
bool get (const string &filename) const

Detailed Description

Amazon S3 storage.


Constructor & Destructor Documentation

S3Storage::S3Storage ( const string &  bucket  ) 
Parameters:
bucket The bucket name of the Amazon S3 storage

Member Function Documentation

bool S3Storage::get ( const string &  filename  )  const [virtual]

Get a file from the storage

Parameters:
filename The filename
Returns:
True if successful, otherwise false

Implements Storage.

bool S3Storage::put ( const string &  filename  )  const [virtual]

Put a file to the storage

Parameters:
filename The filename
Returns:
True if successful, otherwise false

Implements Storage.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Enumerations Enumerator Defines

Generated on Tue Jul 19 17:22:43 2011 for FADE by  doxygen 1.6.1