- createBucket
auto createBucket(string bucket)
Undocumented in source. Be warned that the author may not have intended to support it.
- download
auto download(string bucket, string resource, string[string] queryParameters, string[string] headers)
Undocumented in source. Be warned that the author may not have intended to support it.
- info
auto info(string bucket, string resource, string[string] queryParameters, string[string] headers)
Undocumented in source. Be warned that the author may not have intended to support it.
- list
auto list(string bucket, string delimiter, string prefix, string marker, uint maxKeys)
Undocumented in source. Be warned that the author may not have intended to support it.
- upload
void upload(string bucket, string resource, InputStream input, string contentType, StorageClass storageClass, size_t chunkSize)
Undocumented in source. Be warned that the author may not have intended to support it.
- endpoint
string endpoint;
Undocumented in source.
- baseUri
string baseUri;
Undocumented in source.
- region
string region;
Undocumented in source.
- service
string service;
Undocumented in source.
- doRequest
Response doRequest(string method, string resource, string[string] queryParameters, string[string] headers)
Undocumented in source. Be warned that the author may not have intended to support it.
- doRequest
Response doRequest(string method, string resource, string[string] queryParameters, string[string] headers)
Undocumented in source. Be warned that the author may not have intended to support it.
- doUpload
Response doUpload(string method, string resource, string[string] queryParameters, string[string] headers, string[] additionalSignedHeaders, Range payload, ulong blockSize)
Undocumented in source. Be warned that the author may not have intended to support it.
- doUpload
Response doUpload(string method, string resource, string[string] queryParameters, string[string] headers, string[] additionalSignedHeaders, Range payload, size_t payloadSize, ulong blockSize)
Undocumented in source. Be warned that the author may not have intended to support it.
- readXML
Document readXML(Response response)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkForError
void checkForError(Response response, string file, size_t line, Throwable next)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeException
AWSException makeException(string type, bool retriable, string message, string file, size_t line, Throwable next)
Undocumented in source. Be warned that the author may not have intended to support it.