GitHub user Xuanwo added a comment to the discussion: Guidance on zip-like stores
It seems to be an interesting idea. I think it's possible to build a services like `opendal-service-zip`, `opendal-services-7z`, at least for read-only. And I think not much people want to use opendal to really write them. Those service should accept an existing `Operator` inside, so users can pass whatever storage they want to read. And from the uri level, we might be able to do this: ``` zip://path-to-file?source=s3://bucket/xxx.zip ``` GitHub link: https://github.com/apache/opendal/discussions/7148#discussioncomment-17014373 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
