Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlobStorage ¶
type BlobStorage struct {
// contains filtered or unexported fields
}
BlobStorage is responsible for handling the connections to Azure Blob Storage nolint: golint
func NewBlobStorage ¶
func NewBlobStorage(config *Config, inputBlobPrefix, outputBlobPrefix string) (*BlobStorage, error)
NewBlobStorage creates a new Azure Blob Storage object
type Config ¶
type Config struct { Enabled bool `description:"Enable Azure Blob storage provider"` BlobAccountName string `description:"Azure Blob Storage account name"` BlobAccountKey string `description:"Azure Blob Storage account key"` ContainerName string `description:"Azure Blob Storage container name"` }
Config to setup a BlobStorage blob provider
Click to show internal directories.
Click to hide internal directories.