...
Obtaining File Location URLs from Fedora
For Avalon 6.0:
Master file and Derivative file locations can be found as an ebucore:filename property on the Fedora object by visiting: http://fedoraserver.example.edu/rest/{treeified-id}
For Avalon 5.0 and lower:
Master file locations can be found on the Fedora object's masterFile datastream by visiting: http://fedoraserver.example.edu/objects/{pid}/datastreams/masterFile/content
...
Master files (the original, pre-transcoding, uploaded files) are stored in the path specified by the matterhorn.media_path
key in config/avalon.yml
, and (optionally) deleted or moved elsewhere after processing. The location of the master file is turned into a URL via the following steps:
...