You are here

public static function StreamWrapper::getDefaultConfig in AmazonS3 7.2

Return the default configuration.

Return value

\Drupal\amazons3\StreamWrapperConfiguration

File

src/StreamWrapper.php, line 90
Drupal stream wrapper implementation for Amazon S3

Class

StreamWrapper
@file Drupal stream wrapper implementation for Amazon S3

Namespace

Drupal\amazons3

Code

public static function getDefaultConfig() {
  return static::$defaultConfig;
}