You are here

public function StreamWrapperConfiguration::getRegion in AmazonS3 7.2

Get the region associated with this stream wrapper.

Return value

string The region, such as 'us-east-1'.

File

src/StreamWrapperConfiguration.php, line 203

Class

StreamWrapperConfiguration
Class to manage S3 stream wrapper configuration.

Namespace

Drupal\amazons3

Code

public function getRegion() {
  return $this->data['region'];
}