some two stepping gypsy jazzz with a tilt to some old school swing...Good album to wake to.
I don’t get the last episode of Insecure tbh.
So if you’re like me and use https://min.io/, you might need to do some manual deletion of files once in a while. Some of the files I uploaded had spaces in them. For some reason, this doesn’t play well with mc find so I did the following:
mc rm --force $(mc find $BUCKET/ --name "$PREFIX" | xargs)where $BUCKET is the prefix to the bucket path in question and $PREFIX is the prefix of the name of the file I’m aiming to delete.