package
7.0.0+incompatible
Repository: https://github.com/exceptmaybethewire/gitlab-workhorse.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewMultipart provides Multipart pointer that can be used for uploading.
NewObject opens an HTTP connection to Object Store and returns an Object pointer that can be used for uploading.

# Variables

ErrNotEnoughParts will be used when writing more than size * len(partURLs).

# Structs

CompleteMultipartUpload is the S3 CompleteMultipartUpload body.
CompleteMultipartUploadError is the in-body error structure https://docs.aws.amazon.com/AmazonS3/latest/API/mpUploadComplete.html#mpUploadComplete-examples the answer contains other fields we are not using.
CompleteMultipartUploadResult is the S3 answer to CompleteMultipartUpload request.
Multipart represents a MultipartUpload on a S3 compatible Object Store service.
Object represents an object on a S3 compatible Object Store service.

# Interfaces

Upload represents an upload to an ObjectStorage provider.

# Type aliases

No description provided by the author