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
We were again grabbing _every_ uploaded revision in order to be
able to check if you were trying to overwrite a revision. This is slow
when you have many revisions uploaded to s3.
Here we prefer our new `findRevision` method which uses the
`Prefix` to load information about _just_ the revision we're interested
in.
0 commit comments