The AmazonS3 module for DrupalGap.
- Download
- Browse code repository
- Issues (0)
- Star Gazers (0)
- Forks (0)
- Updated: 2014-04-18
Drupal Core:
- 7.x
amazons3
The amazons3 module for DrupalGap.
Setup
Place this in your www/app/settings.js file and then set your S3 path.
/**
* AmazonS3 Settings
*/
drupalgap.settings.amazons3 = {
file_public_path: 'http://example.s3.amazonaws.com'
};