Documentation
¶
Index ¶
- 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
- type DeleteObjectsInterface
- type GetBucketInterface
- type S3Client
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteObjects ¶
func DeleteObjects(storage oss.StorageInterface, paths []string) (err error)
Types ¶
type CopyInterface ¶
type DeleteObjectsInterface ¶
type GetBucketInterface ¶
type GetBucketInterface interface {
GetBucket() string
}
Click to show internal directories.
Click to hide internal directories.