Go to the source code of this file.
Data Structures | |
class | CF_Authentication |
class | CF_Connection |
class | CF_Container |
class | CF_Object |
Namespaces | |
php | |
Variables | |
const | DEFAULT_CF_API_VERSION 1 |
const | MAX_CONTAINER_NAME_LEN 256 |
const | MAX_OBJECT_NAME_LEN 1024 |
const | MAX_OBJECT_SIZE 5*1024*1024*1024+1 |
const | AUTHURL "https://api.ucloudbiz.olleh.com/storage/v1/auth" |
const | JPAUTHURL "https://api.ucloudbiz.olleh.com/storage/v1/authjp" |
const AUTHURL "https://api.ucloudbiz.olleh.com/storage/v1/auth" |
Definition at line 69 of file cloudfiles-kt.php.
const DEFAULT_CF_API_VERSION 1 |
Definition at line 65 of file cloudfiles-kt.php.
const JPAUTHURL "https://api.ucloudbiz.olleh.com/storage/v1/authjp" |
Definition at line 70 of file cloudfiles-kt.php.
const MAX_CONTAINER_NAME_LEN 256 |
Definition at line 66 of file cloudfiles-kt.php.
const MAX_OBJECT_NAME_LEN 1024 |
Definition at line 67 of file cloudfiles-kt.php.
const MAX_OBJECT_SIZE 5*1024*1024*1024+1 |
Definition at line 68 of file cloudfiles-kt.php.