Versions in this module Expand all Collapse all v0 v0.1.17 May 18, 2023 v0.1.16 May 18, 2023 Changes in this version type Oss + func (s *Oss) UploadFromFile(endpoint string, key string, filepath string, opt ...interface{}) error v0.1.15 Mar 27, 2023 Changes in this version + type Oss struct + func (s *Oss) Delete(endpoint string, key string) error + func (s *Oss) GetObject(endpoint string, key string) ([]byte, error) + func (s *Oss) Init() + func (s *Oss) Upload(endpoint string, key string, data []byte) error