Module backblaze_b2::raw::upload [] [src]

This module defines various methods and structs for interacting with uplaods on backblaze.

The primary struct in this module is UploadAuthorization, which has various methods for uploading files to backblaze b2. This struct is usually obtained from a B2Authorization using the method get_upload_url.

Structs

UploadAuthorization

Contains the information needed to authorize an upload to b2. This struct is usually obtained from a B2Authorization using the method get_upload_url.

UploadFileRequest

Contains an ongoing upload to the backblaze b2 api. This struct is created by the create_upload_file_request method.

UploadFileRequestSha1End

Contains an ongoing upload to the backblaze b2 api. This struct is created by the create_upload_file_request_sha1_at_end method.

XBzContentSha1
XBzFileName