# Functions
Clean delete all the objects in this storage.
Copy copies a file from source ObjectStorage to dest ObjectStorage.
Init init the storage.
IsErrInvalidConfiguration checks if an error is an ErrInvalidConfiguration.
NewAzureBlobStorage returns a azure blob storage.
NewLocalStorage returns a local files.
NewMinioStorage returns a minio storage.
NewStorage takes a storage type and some config and returns an ObjectStorage or an error.
RegisterStorageType registers a provided storage type with a function to create it.
SaveFrom saves data to the ObjectStorage with path p from the callback.
# Variables
Actions represents actions storage.
Actions Artifacts represents actions artifacts storage.
Attachments represents attachments storage.
Avatars represents user avatars storage.
ErrURLNotSupported represents url is not supported.
LFS represents lfs storage.
Packages represents packages storage.
RepoArchives represents repository archives storage.
RepoAvatars represents repository avatars storage.
# Structs
AzureStorage returns a azure blob storage.
ErrInvalidConfiguration is called when there is invalid configuration for a storage.
LocalStorage represents a local files storage.
MinioStorage returns a minio bucket storage.
# Interfaces
Object represents the object on the storage.
ObjectStorage represents an object storage to handle a bucket and files.