Skip to content

this is a fork from https://drupal.org/node/1865568 and supporting awssdk v2 . We here to continuous maintain on github and avoid duplication in drupal.org

Notifications You must be signed in to change notification settings

drucloud/drupal-awssdkv2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drupal-awssdkv2

this is a fork from https://drupal.org/node/1865568 and supporting awssdk v2 . We here to continuous maintain on github and avoid duplication in drupal.org

Use the compatibility table to determine the approprate version of the module and SDK found at http://drupal.org/node/1396596.

Place the approprate version of the AWS SDK for PHP in the libraries directory within the site you are working. That may be 'default' or 'all' like the following: sites/all/libraries or sites/default/libraries. The end result after extracting the library should be sites/.../libraries/awssdk/sdk.class.php.

Configuration can be performed either using variables hardcoded into settings.php or the UI. If you want to hardcode them then look at the UI for the variable names. The basics are as follows.

$conf['aws_key'] = '...'; $conf['aws_secret'] = '...'; $conf['aws_account_id'] = '...'; $conf['aws_canonical_id'] = '...'; $conf['aws_region'] = '...'; //Regin example: TOKYO , SINGAPORE

About

this is a fork from https://drupal.org/node/1865568 and supporting awssdk v2 . We here to continuous maintain on github and avoid duplication in drupal.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages