Versions in this module Expand all Collapse all v0 v0.1.1 Oct 7, 2025 v0.1.0 Sep 20, 2025 Changes in this version + const DefaultRegion + const Endpoint + const Env + var ErrInvalidBucketName = errors.New("invalid bucket name") + func Call(args ...string) ([]byte, error) + func CallSilent(args ...string) ([]byte, error) + func CreateBucket(bktName string, opt ...Option) error + func CreateBucketAt(bktName string, region string, opt ...Option) error + func DeleteBucket(bktName string) error + func DeleteBucketAt(bktName string, region string) error + func InUse() bool + func IsBucketNameValid(b string) bool + func IsExist(objectPath string) bool + func IsRunning() bool + func PutObject(objectPath string, source string) error + func Use() error + func UseNot() error + type Option func(opts *options) + func WithEnvironmentVariable(key, value string) Option + func WithNoErrorIfExist() Option