diff --git a/source/reference/files/ondemand-d-ymls.rst b/source/reference/files/ondemand-d-ymls.rst index 3c27ccd1e..171dc421b 100644 --- a/source/reference/files/ondemand-d-ymls.rst +++ b/source/reference/files/ondemand-d-ymls.rst @@ -821,6 +821,16 @@ Configuration Properties Add a Globus button to the file browser. The button opens the current directory in the Globus transfer web app. + In the example with multiple endpoints, suppose you use the file browser to look at your file system. + If you were to select the ``/home`` path to see the contents and then click the Globus button, you would + see the endpoint associated with ``path: "/home"`` in the Globus interface. + + If you then go back to the OOD file browser and select the ``/project`` path and then click the Globus button, + you would now see the endpoint associated with the ``path: "/project"`` endpoint in the Globus interface. + + The gist here is you *select the path on the filesystem in the file browser app first* then + click the Globus button to show the corresponding endpoint in the Globus interface in a newly opened tab. + Note that ``endpoint_path`` is the path that Globus will initialize to and is very likely to be ``/`` regardless of the actual storage path. @@ -851,16 +861,6 @@ Configuration Properties endpoint: "9f1fe759-xxxx-xxxx-xxxx-xxxxxxxxxxxx" endpoint_path: "/project" - In this example with multiple endpoints, suppose you use the file browser to look at your file system. - If you were to select the ``/home`` path to see the contents and then click the Globus button, you would - see the endpoint associated with ``path: "/home"`` in the Globus interface. - - If you then go back to the OOD file browser and select the ``/project`` path and then click the Globus button, - you would now see the endpoint associated with the ``path: "/project"`` endpoint in the Globus interface. - - The gist here is you *select the path on the filesystem in the file browser app first* then - click the Globus button to show the corresponding endpoint in the Globus interface in a newly opened tab. - Example When pathnames differ between the filesystem and endpoint.