-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All Source Code Downloads from Main Boost Site Return 403 Forbidden #502
Comments
BinTray is closing soon; we're in the process of moving to JFrog Artifactory. For 1.74.0 releases, you can use https://boostorg.jfrog.io/artifactory/main/release/1.74.0/source/boost_1_74_0.tar.gz |
That should be the stable home; but we're still working on it. |
Original host's lifetime has ended, see here: boostorg/boost#502
Is there a reason you don't use git actions + releases for hosting the archives (not the git source)? |
Yes; because we get a lot of downloads. Our bandwidth quota on BinTray kept getting raised until we no longer ran out every month, and it's such a large number that we don't want to just drop that load on a provider w/o discussion. |
I am not aware of any specific limitation documented or enforced by Github. I found this for example https://github.saobby.my.eu.orgmunity/t/restrictions-on-released-binaries/749/2 but I am not sure what applies to a project of your size. Thanks for the reply. I was just curious to know. |
If we had to pay for the bandwidth used for boost downloads, it would be several thousand $$/month. We appreciate that JFrog is willing to provide this to us for free. |
Original host's lifetime has ended, see here: boostorg/boost#502
Original host's lifetime has ended, see here: boostorg/boost#502 This is PR #6349, amended by @lukasmatena who added the changes for platforms other than Windows.
Ok so I was thinking about this. Looking at stats for the last 30 days: Bintray
Hardly any downloads are for binaries here (2489 is 0.58% of 428515) Sourceforge https://sourceforge.net/projects/boost/files/stats/timeline?dates=2021-03-14+to+2021-04-13
The majority of downloads are from the source files and not binaries (11500 is 8.31% of 138429) Assume some generous averages and define some values:
So that works that Soureforge is currently doing the most work. So by adding Github releases you would not be increasing this load on another provider but simply shifting some of the load to github. So if the new site jfrog.io follows in this pattern we would see something like this?
Even if for some weird reason github took the full burden it will be at best 30TB a month. That does not cost a huge amount per month. If Soureforge can handle it i am sure it github can handle it. |
I used the wrong figure for bintray (binary only) I have updated and corrected. |
36c10b9 build,boost: update download url. (fdov) Pull request description: - bintray is closing. - updated to jfrog.io. For reference: boostorg/boost#502 ACKs for top commit: Sjors: ACK 36c10b9 hebasto: ACK 36c10b9 Tree-SHA512: 6746781296c3f395a2824750cf1a578ef9a2d6b8d5c4da196a8da5d084aea01f7f2583b41b2aade7bb94dd02be71efcfd6edf7491a1a25f2d36240b18322a68e
36c10b9 build,boost: update download url. (fdov) Pull request description: - bintray is closing. - updated to jfrog.io. For reference: boostorg/boost#502 ACKs for top commit: Sjors: ACK 36c10b9 hebasto: ACK 36c10b9 Tree-SHA512: 6746781296c3f395a2824750cf1a578ef9a2d6b8d5c4da196a8da5d084aea01f7f2583b41b2aade7bb94dd02be71efcfd6edf7491a1a25f2d36240b18322a68e
This is still happening |
We moved off of binary nine months ago. Please use jFrog instead. The links are on the boost website. |
Could we not use both underscores and dots in the URL? This is really annoying especially for scripts which do not support basic string substitutions (e.g. Dockerfile) to define two similar vars like:
|
jfrog keeps forbidden downloads |
@Killtutor jfrog seems to be working. You are welcome to provide a more detailed bug report. |
alfin pude descargarlo |
sorry.. Finally.. it finish the download |
Hello,
Wanted to bring to the attention of the people that manage the Boost website - multiple source code version downloads are returning 403 forbidden error when trying to download.
Example, when I wget https://dl.bintray.com/boostorg/release/1.74.0/source/boost_1_74_0.tar.gz
Or when I visit the following
https://dl.bintray.com/boostorg/release/1.74.0/source/
Thanks!
The text was updated successfully, but these errors were encountered: