We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a87a92 + a108d31 commit 6b975b5Copy full SHA for 6b975b5
doc/services/object-store/migrating-containers.rst
@@ -68,12 +68,12 @@ You can access all this functionality by executing:
68
69
70
It's advisable to do this process in a Cloud Server in one of the two
71
-regions you're migrating to/from. This allows you to use ``privateURL``
+regions you're migrating to/from. This allows you to use ``internalURL``
72
as the third argument in the ``objectStoreService`` methods like this:
73
74
.. code-block:: php
75
76
- $client->objectStoreService('cloudFiles', 'IAD', 'privateURL');
+ $client->objectStoreService('cloudFiles', 'IAD', 'internalURL');
77
78
79
This will ensure that traffic between your server and your new IAD
0 commit comments