Versions in this module Expand all Collapse all v1 v1.0.0 Jan 4, 2024 Changes in this version + func Copy(storage oss.StorageInterface, from, to string) (err error) + func DeleteObjects(storage oss.StorageInterface, paths []string) (err error) + func Upload(storage oss.StorageInterface, path string, reader io.Reader) (err error) + type CopyInterface interface + Copy func(from, to string) (err error) + type DeleteObjectsInterface interface + DeleteObjects func(paths []string) (err error) + type GetBucketInterface interface + GetBucket func() string + type S3Client struct + func NewClient(client *s3.Client) S3Client + func (this S3Client) GetBucket() string Other modules containing this package github.com/qor5/admin/v3