Closed mjordan closed 5 years ago
Log, and REST GET capability, added as of 6b681d7cb468f2bb8a4533e43f52a227e7f681ba. However, the locations are on the filesystem (e.g., /tmp/4.zip
). We need a way to map that type of location to a URL.
Maybe a regex in the app-wide parameters mentioned in #16 would do the trick.
Resolved with 00ccb3382c28f7cab62e2f6d6e0227571a480f95.
Since this microservice might not be running on the same server as Islandora, we need a way to allow users to download serialized Bags. We should log where the Bag is saved, and then allow REST
GET
requests using node IDs to get the location they can be downloaded. This assumes that the Bags are being saved to a web-accessible directory.