Download the PHP package samsonphp/fs_aws without Composer
On this page you can find all versions of the php package samsonphp/fs_aws. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download samsonphp/fs_aws
More information about samsonphp/fs_aws
Files in samsonphp/fs_aws
Download samsonphp/fs_aws
More information about samsonphp/fs_aws
Files in samsonphp/fs_aws
Vendor samsonphp
Package fs_aws
Short Description SamsonPHP aws file system service
License Open Software License (OSL) v 3.0
Homepage http://samsonos.com/
Package fs_aws
Short Description SamsonPHP aws file system service
License Open Software License (OSL) v 3.0
Homepage http://samsonos.com/
Keywords file systemsamsonphp
Please rate this library. Is it a good library?
Informations about the package fs_aws
SamsonPHP AWS File service module
This is File service implementation for Amazon AWS S3 buckets in SamsonPHP. This is abstraction layer over standard PHP file functions.
Configuration
This is done using SamsonPHP configuration system
In all nested phpfs* modules which must be build on top of php_fs module all configuration are done to main SamsonPHP File service module(It's identifier is ). This configuration class field values will be automatically passed to nested AbstractFileService ancestor.
All available configuration fields are:
class FSConfig extends \samson\core\Config
{
/**@var string Set Amazon Web Services as web-application file service using its class name */
public $fileServiceClassName = 'samsonphp\fs\AWSFileService';
/** @var string $bucket Aws bucket name */
public $bucket = '...';
/** @var string $accessKey */
public $accessKey = '...';
/** @var string $secretKey */
public $secretKey = '...';
/** @var string $bucketURL Url of amazon bucket */
public $bucketURL = '...';
/** @var string $region Region of AWS S3 service */
public $region = '...';
}
All versions of fs_aws with dependencies
PHP Build Version
Package Version
The package samsonphp/fs_aws contains the following files
Loading the files please wait ....