Detailed Description
Definition at line 1040 of file S3.php.
Constructor & Destructor Documentation
| __construct |
( |
$ |
verb, |
|
|
$ |
bucket = '', |
|
|
$ |
uri = '', |
|
|
$ |
defaultHost = 's3.amazonaws.com' |
|
) |
| |
Constructor
- Parameters:
-
| string | $verb | Verb |
| string | $bucket | Bucket name |
| string | $uri | Object URI |
- Returns:
- mixed
Definition at line 1056 of file S3.php.
Member Function Documentation
Get the S3 response
- Returns:
- object | false
Definition at line 1117 of file S3.php.
Set x-amz-meta-* header
- Parameters:
-
| string | $key | Key |
| string | $value | Value |
- Returns:
- void
Definition at line 1107 of file S3.php.
Set request header
- Parameters:
-
| string | $key | Key |
| string | $value | Value |
- Returns:
- void
Definition at line 1095 of file S3.php.
Set request parameter
- Parameters:
-
| string | $key | Key |
| string | $value | Value |
- Returns:
- void
Definition at line 1083 of file S3.php.
Field Documentation
Initial value: array(
'Host' => '', 'Date' => '', 'Content-MD5' => '', 'Content-Type' => ''
)
Definition at line 1042 of file S3.php.
The documentation for this class was generated from the following file:
- C:/xampp/htdocs/moodle/repository/s3/S3.php