staticWeb throws 401 on all manifests

Asked by JD Bottorf

Each time I try to download a public file using the staticWeb middleware and the link provided in the container index list, I get a 401 Unauthorized error. Downloading the large file using the swift cli works every time however. Downloading any other files <5GB using the staticWeb listing works as well.

I've checked the _segments container and each of those objects are publicly accessible and I can download each of them independently. The problem seems to be with only the manifest links.

I'm not sure what else to check, but any help would be greatly appreciated.

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Object Storage (swift) Edit question
Assignee:
No assignee Edit question
Solved by:
Samuel Merritt
Solved:
Last query:
Last reply:
Revision history for this message
Best Samuel Merritt (torgomatic) said :
#1

Make sure you've got .rlistings on the container with the segments in it.

Revision history for this message
JD Bottorf (jd-h) said :
#2

Thanks Samuel Merritt, that solved my question.