Versions in this module Expand all Collapse all v1 v1.2.0 Jul 6, 2024 Changes in this version + const Name + func MustNewObjectStore(config Config) osi.ObjectStore + func NewObjectStore(config Config) (osi.ObjectStore, error) + type Config struct + Endpoint string + KeyID string + Region string + Secret string + type ObjectStore struct + func (t *ObjectStore) ACLEnum() osi.ACLEnum + func (t *ObjectStore) Bucket(name string) osi.Bucket + func (t *ObjectStore) Name() string