Skip to content

Commit

Permalink
Move explanation up
Browse files Browse the repository at this point in the history
  • Loading branch information
Oglopf committed Mar 13, 2024
1 parent 54dd9dd commit c3a5360
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions source/reference/files/ondemand-d-ymls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit c3a5360

Please sign in to comment.