// Your S3 access key. Set it on the request, or set it globally using [ASIS3Request setSharedAccessKey:]
...
...
@@ -36,6 +44,9 @@ typedef enum _ASIS3ErrorType {
// Your S3 secret access key. Set it on the request, or set it globally using [ASIS3Request setSharedSecretAccessKey:]
NSString*secretAccessKey;
// Set to ASIS3RequestSchemeHTTPS to send your requests via HTTPS (default is ASIS3RequestSchemeHTTP)
NSString*requestScheme;
// The string that will be used in the HTTP date header. Generally you'll want to ignore this and let the class add the current date for you, but the accessor is used by the tests