Add object storage sink for weekly bundles
did:plc:lulmyldiq4sb2ikags5sfb25 opened this Oct 3, 2025 0 comments
did:plc:lulmyldiq4sb2ikags5sfb25 opened Oct 3, 2025
Allegedly can bundle historical PLC operations into weekly compressed archives. Right now it has a file writer for that, but ideally it would also be able to write directly to S3-compatible object storage!
The file-writing bit is here: https://tangled.org/@microcosm.blue/Allegedly/blob/main/src/weekly.rs#L127-177
An S3-writing version should look pretty similar. The https://lib.rs/crates/object_store crate appears to support both local file writing and object-storage, which might be perfect.
No activity yet.