storage

package
v1.196.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 24, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetStorageProvider

func GetStorageProvider(providerType string, clientId string, clientSecret string, region string, bucket string, endpoint string) oss.StorageInterface

func NewAliyunOssStorageProvider

func NewAliyunOssStorageProvider(clientId string, clientSecret string, region string, bucket string, endpoint string) oss.StorageInterface

func NewAwsS3StorageProvider

func NewAwsS3StorageProvider(clientId string, clientSecret string, region string, bucket string, endpoint string) oss.StorageInterface

func NewAzureBlobStorageProvider added in v1.47.0

func NewAzureBlobStorageProvider(clientId string, clientSecret string, region string, bucket string, endpoint string) oss.StorageInterface

func NewLocalFileSystemStorageProvider

func NewLocalFileSystemStorageProvider(clientId string, clientSecret string, region string, bucket string, endpoint string) oss.StorageInterface

func NewMinIOS3StorageProvider added in v1.94.0

func NewMinIOS3StorageProvider(clientId string, clientSecret string, region string, bucket string, endpoint string) oss.StorageInterface

func NewTencentCloudCosStorageProvider

func NewTencentCloudCosStorageProvider(clientId string, clientSecret string, region string, bucket string, endpoint string) oss.StorageInterface

Types

type FileSystem

type FileSystem struct {
	Base string
}

FileSystem file system storage

func NewFileSystem

func NewFileSystem(base string) *FileSystem

NewFileSystem initialize the local file system storage

func (FileSystem) Delete

func (fileSystem FileSystem) Delete(path string) error

Delete delete file

func (FileSystem) Get

func (fileSystem FileSystem) Get(path string) (*os.File, error)

Get receive file with given path

func (FileSystem) GetEndpoint

func (fileSystem FileSystem) GetEndpoint() string

GetEndpoint get endpoint, FileSystem's endpoint is /

func (FileSystem) GetFullPath

func (fileSystem FileSystem) GetFullPath(path string) string

GetFullPath get full path from absolute/relative path

func (FileSystem) GetStream

func (fileSystem FileSystem) GetStream(path string) (io.ReadCloser, error)

GetStream get file as stream

func (FileSystem) GetURL

func (fileSystem FileSystem) GetURL(path string) (url string, err error)

GetURL get public accessible URL

func (FileSystem) List

func (fileSystem FileSystem) List(path string) ([]*oss.Object, error)

List list all objects under current path

func (FileSystem) Put

func (fileSystem FileSystem) Put(path string, reader io.Reader) (*oss.Object, error)

Put store a reader into given path

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL