Class S3Request

Description

Located in /lib/core/S3/S3.php (line 1119)


	
			
Variable Summary
mixed $data
mixed $fp
mixed $response
mixed $size
Method Summary
mixed __construct (string $verb, [string $bucket = ''], [string $uri = ''], [ $defaultHost = 's3.amazonaws.com'])
object | getResponse ()
void setAmzHeader (string $key, string $value)
void setHeader (string $key, string $value)
void setParameter (string $key, string $value)
Variables
mixed $data = false (line 1124)
  • access: public
mixed $fp = false (line 1124)
  • access: public
mixed $response (line 1124)
  • access: public
mixed $size = 0 (line 1124)
  • access: public
Methods
Constructor __construct (line 1135)

Constructor

mixed __construct (string $verb, [string $bucket = ''], [string $uri = ''], [ $defaultHost = 's3.amazonaws.com'])
  • string $verb: Verb
  • string $bucket: Bucket name
  • string $uri: Object URI
  • $defaultHost
getResponse (line 1196)

Get the S3 response

  • return: false
  • access: public
object | getResponse ()
setAmzHeader (line 1186)

Set x-amz-meta-* header

  • access: public
void setAmzHeader (string $key, string $value)
  • string $key: Key
  • string $value: Value
setHeader (line 1174)

Set request header

  • access: public
void setHeader (string $key, string $value)
  • string $key: Key
  • string $value: Value
setParameter (line 1162)

Set request parameter

  • access: public
void setParameter (string $key, string $value)
  • string $key: Key
  • string $value: Value

Documentation generated on Sun, 06 Mar 2011 00:24:59 -0500 by phpDocumentor 1.4.3