Documentation
¶
Index ¶
Constants ¶
View Source
const (
PutObjectFromFile = iota + 1
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Put ¶
type SplitUpload ¶
type SplitUpload struct {
BucketName string `json:"bucket_name"`
LocalFileName string `json:"local_file_name"`
ObjectName string `json:"object_name"`
// contains filtered or unexported fields
}
func (*SplitUpload) SetClient ¶
func (su *SplitUpload) SetClient(client *oss.Client)
func (*SplitUpload) Uploader ¶
func (su *SplitUpload) Uploader() error
Click to show internal directories.
Click to hide internal directories.