Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
UploadManager
✓ use Qiniu\Storage\UploadManager;
Upload a file to Qiniu cloud storage.
use Qiniu\Storage\UploadManager;
use Qiniu\Auth;
$auth = new Auth($accessKey, $secretKey);
$uploadMgr = new UploadManager();
$result = $uploadMgr->putFile($auth->uploadToken($bucket), $key, $filePath);
Debug
Known issues
No known issues recorded.
Upgrade
Version history
7.14.0latest on Packagist
Audit
Dependencies
No dependency data recorded yet.