package
1.64.0-Personal
Repository: https://github.com/dceldran/rclone.git
Documentation: pkg.go.dev

# Functions

HasVersion returns true if it looks like the passed filename has a timestamp on it.
RemoveVersion removes the timestamp from a filename as a version string.

# Structs

AuthorizeAccountResponse is as returned from the b2_authorize_account call.
Bucket describes a B2 bucket.
CancelLargeFileRequest is passed to b2_finish_large_file The response is a CancelLargeFileResponse.
CancelLargeFileResponse is the response to CancelLargeFileRequest.
CopyFileRequest is as passed to b2_copy_file.
CopyPartRequest is the request for b2_copy_part - the response is UploadPartResponse.
CreateBucketRequest is used to create a bucket.
DeleteBucketRequest is used to create a bucket.
DeleteFileRequest is used to delete a file version.
Error describes a B2 error response.
File is info about a file.
FileInfo is received from b2_upload_file, b2_get_file_info and b2_finish_large_file.
FinishLargeFileRequest is passed to b2_finish_large_file The response is a FileInfo object (with extra AccountID and BucketID fields which we ignore).
GetDownloadAuthorizationRequest is passed to b2_get_download_authorization.
GetDownloadAuthorizationResponse is received from b2_get_download_authorization.
GetFileInfoRequest is used to return a FileInfo struct with b2_get_file_info.
GetUploadPartURLRequest is passed to b2_get_upload_part_url.
GetUploadPartURLResponse is received from b2_get_upload_url.
GetUploadURLRequest is passed to b2_get_upload_url.
GetUploadURLResponse is received from b2_get_upload_url.
HideFileRequest is used to delete a file.
ListBucketsRequest is parameters for b2_list_buckets call.
ListBucketsResponse is as returned from the b2_list_buckets call.
ListFileNamesRequest is as passed to b2_list_file_names or b2_list_file_versions.
ListFileNamesResponse is as received from b2_list_file_names or b2_list_file_versions.
StartLargeFileRequest (b2_start_large_file) Prepares for uploading the parts of a large file.
StartLargeFileResponse is the response to StartLargeFileRequest.
UploadPartResponse is the response to b2_upload_part.

# Type aliases

Timestamp is a UTC time when this file was uploaded.