The GetPreSignedURLRequest contains the parameters used to create a pre signed URL. More...
#import <S3GetPreSignedURLRequest.h>
Inherits S3Request.
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 |
The GetPreSignedURLRequest contains the parameters used to create a pre signed URL.
- (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.