bucket

package
v10.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BucketDriver

type BucketDriver interface {
	// String returns a name for the driver implementation
	String() string

	// Start starts the bucket driver for usage
	Start() error

	// CreateBucket provisions a new bucket
	CreateBucket(name string) (string, error)

	// DeleteBucket deprovisions a bucket
	DeleteBucket(id string) error
}

BucketDriver represents an method for interacting with various object storage backends

Directories

Path Synopsis
drivers

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL