'{username}', 'apiKey' => '{apiKey}', )); // 2. Obtain an Object Store service object from the client. $objectStoreService = $client->objectStoreService(null, '{region}'); // 3. Create a container for your objects (also referred to as files). $container = $objectStoreService->createContainer('{containerName}');