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
Much thanks for @fcfort for implementing and fixing so much in #13
New things noticed right away to fix:
Stronger emphasis on using a private proxy. We're handling long lived cookies right now. Much more radioactive.
Speeds are slower. We're no longer transloading straight from GCS. As a result, speeds on a 50GB file seem to now hover around 350MB/s, down from GB/s.
Higher concurrency though.
Update the documentation in various parts with the new cookie approach. We aren't using URLs anymore.
Much thanks for @fcfort for implementing and fixing so much in #13
New things noticed right away to fix:
Other refactors and stuff aren't in scope