Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExistsFromError ¶
Types ¶
type MultipartState ¶
type MultipartState struct {
// contains filtered or unexported fields
}
MultipartState 保存 multipart uploadID 到对象 key 的映射。
func NewMultipartState ¶
func NewMultipartState() *MultipartState
func (*MultipartState) Delete ¶
func (s *MultipartState) Delete(uploadID string)
func (*MultipartState) Store ¶
func (s *MultipartState) Store(uploadID, key string)
Click to show internal directories.
Click to hide internal directories.