Let's say I have pushed a branch containing a 100 MB binary blob file to my AWS CodeCommit by mistake, which has now made cloning the repo very slow.
I have deleted the branch containing it, but cloning the repo is still slow, and the binary blob is still there even though I have verified it's unreachable from any branch or commit.
How do I force AWS CodeCommit to garbage-collect it? Or at least, can I count on CodeCommit to eventually garbage-collect it (in two weeks, or whatever time interval it uses)?