private property S3fsStream::$protocol in S3 File System 8.3
Same name and namespace in other branches
- 4.0.x src/StreamWrapper/S3fsStream.php \Drupal\s3fs\StreamWrapper\S3fsStream::protocol
The opened protocol (e.g., "s3").
Type: string
File
- src/
StreamWrapper/ S3fsStream.php, line 80
Class
- S3fsStream
- Defines a Drupal s3 (s3://) stream wrapper class.
Namespace
Drupal\s3fs\StreamWrapperCode
private $protocol = 's3';