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