You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some packages don't have rustdoc-json available, because that package was released before docs.rs started building rustdoc-json. When this happens, I'd expect to get a 404 Not Found response when requesting the json.
Instead, the returned response is 403 Forbidden, which (in my mind) indicates that I don't have permission to access it.
From what I know, S3 only allows this when we give ListObjects permissions to the world, which means they can generate directory lists, which feels risky.
Easy way around is similar to what we're doing with the archive downloads, which means the redirect handler checks existance of the target.
Some packages don't have rustdoc-json available, because that package was released before docs.rs started building rustdoc-json. When this happens, I'd expect to get a 404 Not Found response when requesting the json.
Instead, the returned response is 403 Forbidden, which (in my mind) indicates that I don't have permission to access it.
The text was updated successfully, but these errors were encountered: