# Functions
No description provided by the author
No description provided by the author
# Constants
MultipartCompletionInProgress is used to indicate that the multipart upload completion is in progress.
PreviouslyUploaded is used to indicate that the file has been uploaded before.
Unprocessed is used to indicate that the file has not been processed yet.
UploadCompleted is used to indicate that the file upload has completed.
UploadFailed is used to indicate that the file upload has failed.
UploadInProgress is used to indicate that the file upload is in progress.
# Structs
AddFileMsg is a message that is used to add a file to the upload status monitor.
FileInfo contains the path, size and sha256 of a file.
No description provided by the author
UploadManager is a manager for uploading files through minio client.
UploadStatusMonitor is a bubbletea model that is used to monitor the progress of file uploads.
# Type aliases
UploadStatusEnum is used to keep track of the state of a file upload.