PHP Class GitS3\Wrapper\Bucket

Show file Open project: schickling/git-s3

Public Methods

Method Description
__construct ( $key, $secret, $name, $region = 'eu-west-1' )
delete ( $fileName )
setClient ( $client )
upload ( Symfony\Component\Finder\SplFileInfo $file )

Method Details

__construct() public method

public __construct ( $key, $secret, $name, $region = 'eu-west-1' )

delete() public method

public delete ( $fileName )

setClient() public method

public setClient ( $client )

upload() public method

public upload ( Symfony\Component\Finder\SplFileInfo $file )
$file Symfony\Component\Finder\SplFileInfo