'{username}', 'apiKey' => '{apiKey}', )); // 2. Obtain an Object Store service object from the client. $objectStoreService = $client->objectStoreService(null, '{region}'); // 3. Get the account. $account = $objectStoreService->getAccount(); // 4. Set the temporary URL secret to something random. $account->setTempUrlSecret();