mirror of
https://github.com/ucloud/ufile-sdk-auth-server.git
synced 2026-04-30 07:38:12 +08:00
8 lines
217 B
PHP
8 lines
217 B
PHP
<?php
|
|
|
|
// bucket操作公钥,可以在UCloud控制台查到
|
|
$UCLOUD_PUBLIC_KEY = '你的bucket操作公钥';
|
|
// bucket操作私钥,可以在UCloud控制台查到
|
|
$UCLOUD_PRIVATE_KEY = '你的bucket操作私钥';
|
|
|
|
?>
|