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 Nov 11, 2025. It is now read-only.
Getting the content size should not happen with
s3Object.getObjectMetadataas that is too late, and we're alreadyGETting the whole blob needlessly.From my local patch:
This way we can get the meta-data in a simple HEAD request, which is not wasting bandwidth.