01:51:50 Nice: https://www.openwall.com/lists/oss-security/2021/07/20/1 01:55:15 "5GB of memory and 1M inodes" wow 23:13:32 hi, how can i anonymously mirror s3 bucket? anonymously = without credentials 23:16:28 all tools that i tried require credentials and ownership of that bucket 23:16:45 however the bucket itself is freely available 23:18:54 I wrote a script a while back to list a bucket. It spits out the URL of each object in the bucket on stdout by default. Then you could feed that to whatever tool you prefer for the download, e.g. wget. https://gitea.arpa.li/JustAnotherArchivist/little-things/src/branch/master/s3-bucket-list 23:20:23 Or if the bucket is of general relevance and worth archiving, hand me the URL and I'll get it grabbed through ArchiveBot. 23:36:03 JAA, works, thanks 23:39:34 also it would be nice to check if a key is private or public 23:39:42 but it does the job 23:39:51 I don't think ListBucket returns that, does it? 23:42:39 i guess it doesn't, you'd have to check every key 23:46:03 private keys return 403 Forbidden, so it doesn't make much sense 23:46:18 Yup 23:53:58 I was looking for this the other day and forgot where I found it!