You are here

public function AmazonS3StreamWrapper::getDirectoryPath in AmazonS3 7

Gets the path that the wrapper is responsible for.

Return value

string String specifying the path.

File

./AmazonS3StreamWrapper.inc, line 1058
Drupal stream wrapper implementation for Amazon S3

Class

AmazonS3StreamWrapper
@file Drupal stream wrapper implementation for Amazon S3

Code

public function getDirectoryPath() {
  return $this->domain;
}