multiuploadFile() multiuploadFile(\OssClient $ossClient, string $bucket) : null Upload files using multipart upload Parameters \OssClient $ossClient OssClient instance string $bucket bucket name Returns null —
putObjectByRawApis() putObjectByRawApis(\OssClient $ossClient, string $bucket) : mixed Use basic multipart upload for file upload. Parameters \OssClient $ossClient OssClient instance string $bucket bucket name Throws \OssException Returns mixed —
uploadDir() uploadDir(\OssClient $ossClient, string $bucket) : mixed Upload by directories Parameters \OssClient $ossClient OssClient string $bucket bucket name Returns mixed —
listMultipartUploads() listMultipartUploads( $ossClient, $bucket) : mixed Get ongoing multipart uploads Parameters $ossClient OssClient $bucket string Returns mixed —