Properties

S3GetPreSignedURLRequest Class Reference

The GetPreSignedURLRequest contains the parameters used to create a pre signed URL. More...

#import <S3GetPreSignedURLRequest.h>

Inherits S3Request.

List of all members.

Properties

NSDate * expires
 Gets and sets the expires property for this request.
NSString * protocol
 Gets and sets the protocol property for this request.
NSString * httpVerb
 Gets and sets the verb property.
NSString * accessKey
 Sets the access key used in the pre signed URL.
NSString * queryString

Detailed Description

The GetPreSignedURLRequest contains the parameters used to create a pre signed URL.

See also:
http://docs.amazonwebservices.com/AmazonS3/latest/S3_QSAuth.html

Property Documentation

- (NSString *) accessKey [read, write, retain]

Sets the access key used in the pre signed URL.

This will be set automatically with the value used to create the AmazonS3Client.

- (NSDate *) expires [read, write, retain]

Gets and sets the expires property for this request.

The time when the signature expires, specified as an NSDate object.

- (NSString *) httpVerb [read, write, retain]

Gets and sets the verb property.

Specifies the verb used in the pre-signed URL. Accepted verbs are GET, PUT and HEAD. Default is GET.

- (NSString *) protocol [read, write, retain]

Gets and sets the protocol property for this request.

Specifies whether the pre signed URL will use http or https. Defaults to https unless otherwise set.


The documentation for this class was generated from the following file: