Running curl -i with an expired presigned URL clearly shows:
HTTP/1.1 401 Unauthorized
but when just using curl to download and save output to a file, it will just save AccessDenied to the text file. Need to update condor_url_fetch to take this into account or do the downloads in promlet.py.
Note that incorrect URLs are similar, e.g. you get a file containing:
Running
curl -i
with an expired presigned URL clearly shows:but when just using curl to download and save output to a file, it will just save
AccessDenied
to the text file. Need to updatecondor_url_fetch
to take this into account or do the downloads inpromlet.py
.Note that incorrect URLs are similar, e.g. you get a file containing: