CreateThumb creates a new thumb image for the file at originalKey location. The new thumb file is stored at thumbKey location.
thumbSize is in the format:
List returns a flat list with info for all files under the specified prefix.
Serve serves the file at fileKey location to an HTTP response.
If the download
query parameter is used the file will be always served for
download no matter of its type (aka. with "Content-Disposition: attachment").
UploadFile uploads the provided multipart file to the fileKey location.
UploadMultipart uploads the provided multipart file to the fileKey location.
Generated using TypeDoc
Attributes returns the attributes for the file with fileKey path.