Documentation ¶
Index ¶
- type S3
- type WasabiStorageHandler
- func (c *WasabiStorageHandler) DelFile(remotePath string) error
- func (c *WasabiStorageHandler) GetAccessKey() string
- func (c *WasabiStorageHandler) GetAllBuckets() ([]string, error)
- func (c *WasabiStorageHandler) GetAllFilesFromBucket(bucketName string) ([]string, error)
- func (c *WasabiStorageHandler) GetBucketName() string
- func (c *WasabiStorageHandler) GetEndpoint() string
- func (c *WasabiStorageHandler) GetFile(remotePath, localPath string) error
- func (c *WasabiStorageHandler) GetRegion() string
- func (c *WasabiStorageHandler) GetSecretKey() string
- func (c *WasabiStorageHandler) PutFile(localPath, remotePath string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WasabiStorageHandler ¶
type WasabiStorageHandler struct {
// contains filtered or unexported fields
}
func NewWasabiHandler ¶
func NewWasabiHandler() *WasabiStorageHandler
func (*WasabiStorageHandler) GetAccessKey ¶
func (c *WasabiStorageHandler) GetAccessKey() string
func (*WasabiStorageHandler) GetAllBuckets ¶
func (*WasabiStorageHandler) GetAllFilesFromBucket ¶
func (*WasabiStorageHandler) GetBucketName ¶
func (c *WasabiStorageHandler) GetBucketName() string
func (*WasabiStorageHandler) GetEndpoint ¶
func (c *WasabiStorageHandler) GetEndpoint() string
func (*WasabiStorageHandler) GetSecretKey ¶
func (c *WasabiStorageHandler) GetSecretKey() string
Click to show internal directories.
Click to hide internal directories.