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
{{ message }}
This repository was archived by the owner on Jan 29, 2022. It is now read-only.
This would allow pre-clearing a size change without actually updating the size. This would allow more elegant validation of size changes, without having to attempt the final save.
The downside is that the check and ultimate save would need to be done atomically, as a check would not actually reserve the usage to guard against a race condition with other concurrent uploads.