Temporary collection of Qiniuyun token storage

Amazon S3 has getFederationToken to obtain temporary authorization. I heard that Qiniu Cloud object Storage also has this, but there is no description in the official document, nor is there any information on it. Has anyone ever used it?

Php
Jan.12,2022

look at Qiniu's SDK document, Link description

such as PHP code

$upToken = $auth->uploadToken($bucket, null, 3600, $policy);
Menu