mirror of
https://github.com/ucloud/ufile-sdk-auth-server.git
synced 2025-04-06 05:25:45 +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操作私钥';
|
|
|
|
?>
|