You are here

public static function StreamWrapper::setS3ClientClass in AmazonS3 7.2

Set the name of the S3Client class to use.

Parameters

string $client:

File

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

Class

StreamWrapper
@file Drupal stream wrapper implementation for Amazon S3

Namespace

Drupal\amazons3

Code

public static function setS3ClientClass($client) {
  static::$s3ClientClass = $client;
}