Documentation ¶
Index ¶
- type Aliyun
- func (s *Aliyun) Delete(key string) error
- func (s *Aliyun) Exists(key string) (bool, error)
- func (s *Aliyun) GenTemporaryURL(key string) (string, error)
- func (s *Aliyun) Get(key string) (io.ReadCloser, error)
- func (s *Aliyun) NewPutChunk(key string) (types.PutChunk, error)
- func (s *Aliyun) NewPutChunkByUploadID(key, id string) (types.PutChunk, error)
- func (s *Aliyun) Put(key string, r io.Reader) error
- func (s *Aliyun) PutBytes(key string, in []byte) error
- func (s *Aliyun) PutFromLocal(key string, localPath string) error
- func (s *Aliyun) Size(key string) (int64, error)
- func (s *Aliyun) VerifyTemporaryURL(key string, expire string, sign string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Aliyun ¶
type Aliyun struct {
// contains filtered or unexported fields
}
func (*Aliyun) NewPutChunkByUploadID ¶
Click to show internal directories.
Click to hide internal directories.