Access denied downloading static-linked libtorch

Though the website doesn’t directly link it, I’ve seen mention of the fact that static libraries are in fact generated during official libtorch builds, and that they’re supposed to be accessible by replacing ‘-shared-’ with ‘-static-’ in the URL. I tried that and got the following message:

<Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
<RequestId>FWDR4Q179HMAPQB6</RequestId>
<HostId>
dDXioT1Od1uTkliU5J+WS8SWNofWzJlxBvOI0tb8wvS0kTNn9QujGbqFHfPvClGGbMP4raSWFQE=
</HostId>
</Error>

I’d consider this a bug, but I’m curious if it’s user error on my part?

Here’s the URL:

https://download.pytorch.org/libtorch/cu121/libtorch-cxx11-abi-static-with-deps-2.3.0%2Bcu121.zip

Where did you see this claim as it seems to be wrong?

Here: PyTorch C++ API as a static lib: how to compile ? · Issue #25699 · pytorch/pytorch · GitHub

This post is ~4 years old so I’m not sure if the response is still valid, but @malfet would know.