# Functions
ClientUpload uploads contents as a file via lakeFS.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ResponseAsError returns a UserVisibleAPIError wrapping an ErrRequestFailed wrapping a response from the server.
# Constants
No description provided by the author
8MB.
DefaultUploadConcurrency is the default number of goroutines to spin up when uploading a multipart upload.
DefaultUploadPartSize is the default part size to buffer chunks of a payload into.
MaxUploadParts is the maximum allowed number of parts in a multipart upload.
64KB.
MinUploadPartSize is the minimum allowed part size when uploading a part.
# Variables
No description provided by the author
ErrRequestFailed is an error returned for failing lakeFS server replies.
ErrUnsupportedProtocol is the error returned when lakeFS server requests the client use a protocol it does not know about.
# Structs
APIFields are fields to use to format an HTTP error response that can be shown to the user.
CallFailedError is an error performing the HTTP request itself formatted to be shown to a user.
No description provided by the author
PreSignUploader uploads contents as a file via lakeFS using presigned urls It supports both multipart and single part uploads.
UserVisibleAPIError is an HTTP error response formatted to be shown to a user.