(no title)
helium | 4 years ago
I ran into this with a bucket full of EMR log files a few years ago and had to figure out some pretty crazy command line hackiness, plus running on a EC2 machine with lots of cores to figure it out. This a write-up I did if anyone else ever runs into this issue.
https://gist.github.com/michael-erasmus/6a5acddcb56548874ffe...
kalleboo|4 years ago
When we did this (a few years ago) it still took several days for it to remove all the files.
klodolph|4 years ago
But yes, it can take a while to iterate through the objects.
movedx|4 years ago
It won't effect it, because there is no concept of nesting in an object storage engine like S3. Everything is a flat key that references an object, but we just abstract and conceptualize a directory structure because it makes it easier for us to manage our data.
But in reality you just have a really, really long list of keys and a big, flat file system of objects.
404mm|4 years ago
unknown|4 years ago
[deleted]