Documentation ¶
Overview ¶
Package s3store implements archive.StoreAdapter with AWS S3 backend
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StoreAndCache ¶
type StoreAndCache interface { archive.StoreAdapter archive.CacheAdapter }
func Must ¶
func Must(storage StoreAndCache, err error) StoreAndCache
func NewWithS3Client ¶ added in v1.6.13
func NewWithS3Client(s3client *s3.Client, bucketName string) StoreAndCache
Click to show internal directories.
Click to hide internal directories.