public function AmazonS3StreamWrapper::getUri in AmazonS3 7
Returns the stream resource URI.
URIs are formatted as "s3://bucket/key"
Return value
string Returns the current URI of the instance.
Overrides DrupalStreamWrapperInterface::getUri
File
- ./
AmazonS3StreamWrapper.inc, line 213 - Drupal stream wrapper implementation for Amazon S3
Class
- AmazonS3StreamWrapper
- @file Drupal stream wrapper implementation for Amazon S3
Code
public function getUri() {
return $this->uri;
}