Skip to content

Commit 6b975b5

Browse files
author
Jamie Hannaford
committed
Merge pull request #578 from AdamMerrifield/working
Changed 'privateURL' to 'internalURL'
2 parents 6a87a92 + a108d31 commit 6b975b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/services/object-store/migrating-containers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ You can access all this functionality by executing:
6868
6969
7070
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``
71+
regions you're migrating to/from. This allows you to use ``internalURL``
7272
as the third argument in the ``objectStoreService`` methods like this:
7373

7474
.. code-block:: php
7575
76-
$client->objectStoreService('cloudFiles', 'IAD', 'privateURL');
76+
$client->objectStoreService('cloudFiles', 'IAD', 'internalURL');
7777
7878
7979
This will ensure that traffic between your server and your new IAD

0 commit comments

Comments
 (0)