pacifica / pacifica-cartd

Pacifica CartData used for packaging then distributing data from the archive
GNU Lesser General Public License v3.0
0 stars 5 forks source link

Better File System Layout #61

Closed dmlb2000 closed 5 years ago

dmlb2000 commented 5 years ago

Pacifica Data Cart version

Master

Pacifica Core Software versions

v1.0 Alpha

Platform Details

Any

Scenario:

The file system where the carts are created is useful to be exposed to other services (Globus or other). It would be nice to have a directory containing the unique IDs for the carts that contain symlinks to their respective carts.

Steps to Reproduce:

  1. Deploy cart backend to a system.
  2. Point Apache to the file system where the carts are being built.

Expected Result:

See the carts by ID in some respect on the file system.

Actual Result:

The internal cart ID is used to manage the carts, that's fine but the unique ID given by the user should also be available to be used to link against those carts.