Documentation ¶
Index ¶
- func CreateBucket(config config.Config) error
- func DeleteObject(config config.Config, key string) error
- func GetObject(config config.Config, key string) ([]byte, error)
- func ListBuckets(config config.Config) ([]string, error)
- func ListObjects(config config.Config, prefix string) ([]string, error)
- func ObjectExists(config config.Config, key string) (bool, error)
- func PutObject(config config.Config, key string, value []byte) error
- func SetVersioning(config config.Config) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateBucket ¶
func SetVersioning ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.