This stems from a request from the UI to help optimize a partial refresh after using the relay upload dialog, by providing identification of the new dataset. Although a client using the traditional PUT /upload already knows the name and MD5, the returned information may be helpful.
This also reports the tarball download URI (which is the best encapsulation of the results "identity") in the response location header to make it easy to retrieve.
PBENCH-1204
This stems from a request from the UI to help optimize a partial refresh after using the relay upload dialog, by providing identification of the new dataset. Although a client using the traditional
PUT /upload
already knows the name and MD5, the returned information may be helpful.This also reports the tarball download URI (which is the best encapsulation of the results "identity") in the response
location
header to make it easy to retrieve.