You are here

public static function S3fsStream::register in S3 File System 8.3

Same name and namespace in other branches
  1. 4.0.x src/StreamWrapper/S3fsStream.php \Drupal\s3fs\StreamWrapper\S3fsStream::register()
1 call to S3fsStream::register()
S3fsStream::__construct in src/StreamWrapper/S3fsStream.php
S3fsStream constructor.

File

src/StreamWrapper/S3fsStream.php, line 1582

Class

S3fsStream
Defines a Drupal s3 (s3://) stream wrapper class.

Namespace

Drupal\s3fs\StreamWrapper

Code

public static function register(S3ClientInterface $client, $protocol = 's3', CacheInterface $cache = NULL) {
  parent::register($client, $protocol, $cache);
}