SAAS-529: Replace Apache Libcloud with Python-Boto SDK
This commit is contained in:
parent
cf57af0c4b
commit
8d914bcd13
4 changed files with 130 additions and 27 deletions
|
@ -18,6 +18,7 @@ class Amazon_S3 extends StorageBackend
|
|||
$this->s3Client = S3Client::factory(array(
|
||||
'key' => $securityCredentials['api_key'],
|
||||
'secret' => $securityCredentials['api_key_secret'],
|
||||
'region' => $securityCredentials['region']
|
||||
));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue