amazons3.admin.inc |
amazons3.admin.inc |
|
|
amazons3.api.php |
amazons3.api.php |
|
This file contains no working PHP code; it exists to provide additional
documentation for doxygen as well as to document hooks in the standard
Drupal manner. |
amazons3.info |
amazons3.info |
|
name = AmazonS3
description = Provides S3 integration with Drupal's file system.
package = Amazon S3
core = 7.x
php = 5.4
configure = admin/config/media/amazons3
dependencies[] = composer_manager |
amazons3.install |
amazons3.install |
|
Install, update and uninstall functions for the AmazonS3 module. |
amazons3.module |
amazons3.module |
|
Hook implementations for the AmazonS3 module. |
BasicPath.php |
src/Matchable/BasicPath.php |
Drupal\amazons3\Matchable |
|
BasicPathTest.php |
tests/Matchable/BasicPathTest.php |
Drupal\amazons3Test\Matchable |
|
Bootstrap.php |
tests/DrupalAdapter/Bootstrap.php |
Drupal\amazons3Test\DrupalAdapter |
|
Bootstrap.php |
src/DrupalAdapter/Bootstrap.php |
Drupal\amazons3\DrupalAdapter |
|
Cache.php |
src/Cache.php |
Drupal\amazons3 |
|
CacheTest.php |
tests/CacheTest.php |
Drupal\amazons3Test |
|
CloudFrontClient.php |
src/CloudFrontClient.php |
Drupal\amazons3 |
|
CloudFrontClient.php |
tests/Stub/CloudFrontClient.php |
Drupal\amazons3Test\Stub |
|
CloudFrontClientTest.php |
tests/CloudFrontClientTest.php |
Drupal\amazons3Test |
|
Common.php |
tests/DrupalAdapter/Common.php |
Drupal\amazons3Test\DrupalAdapter |
|
Common.php |
src/DrupalAdapter/Common.php |
Drupal\amazons3\DrupalAdapter |
|
CompositeFactory.php |
src/CompositeFactory.php |
Drupal\amazons3 |
|
CompositeFactory.php |
tests/Stub/CompositeFactory.php |
Drupal\amazons3Test\Stub |
|
CompositeFactoryTest.php |
tests/CompositeFactoryTest.php |
Drupal\amazons3Test |
|
DrupalStreamWrapperInterface.inc |
tests/include/DrupalStreamWrapperInterface.inc |
|
Copy in Drupal's stream wrapper interfaces so we don't rely on finding a
Drupal installation to run PHPUnit tests. |
FileMimetypes.php |
tests/DrupalAdapter/FileMimetypes.php |
Drupal\amazons3Test\DrupalAdapter |
|
FileMimetypes.php |
src/DrupalAdapter/FileMimetypes.php |
Drupal\amazons3\DrupalAdapter |
|
Matchable.php |
src/Matchable/Matchable.php |
Drupal\amazons3\Matchable |
|
MatchablePaths.php |
src/Matchable/MatchablePaths.php |
Drupal\amazons3\Matchable |
|
MatchablePathsTest.php |
tests/Matchable/MatchablePathsTest.php |
Drupal\amazons3Test\Matchable |
|
MatchableRegex.php |
src/Matchable/MatchableRegex.php |
Drupal\amazons3\Matchable |
|
Module.php |
tests/DrupalAdapter/Module.php |
Drupal\amazons3Test\DrupalAdapter |
|
Module.php |
src/DrupalAdapter/Module.php |
Drupal\amazons3\DrupalAdapter |
|
PresignedPath.php |
src/Matchable/PresignedPath.php |
Drupal\amazons3\Matchable |
|
PresignedPathTest.php |
tests/Matchable/PresignedPathTest.php |
Drupal\amazons3Test\Matchable |
|
S3Client.php |
src/S3Client.php |
Drupal\amazons3 |
A wrapper around S3Client::factory() using aws_key / aws_secret variables. |
S3Client.php |
tests/Stub/S3Client.php |
Drupal\amazons3Test\Stub |
|
S3ClientTest.php |
tests/S3ClientTest.php |
Drupal\amazons3 |
|
S3ConnectValidationException.php |
src/Exception/S3ConnectValidationException.php |
Drupal\amazons3\Exception |
|
S3Url.php |
src/S3Url.php |
Drupal\amazons3 |
|
S3UrlTest.php |
tests/S3UrlTest.php |
Drupal\amazons3Test |
|
StreamWrapper.php |
src/StreamWrapper.php |
Drupal\amazons3 |
Drupal stream wrapper implementation for Amazon S3 |
StreamWrapper.php |
tests/Stub/StreamWrapper.php |
Drupal\amazons3Test\Stub |
|
StreamWrapperConfiguration.php |
src/StreamWrapperConfiguration.php |
Drupal\amazons3 |
|
StreamWrapperConfiguration.php |
tests/Stub/StreamWrapperConfiguration.php |
Drupal\amazons3Test\Stub |
|
StreamWrapperConfigurationTest.php |
tests/StreamWrapperConfigurationTest.php |
Drupal\amazons3Test |
|
StreamWrapperTest.php |
tests/StreamWrapperTest.php |
Drupal\amazons3Test |
|