silexlabs / unifile

Unified access to cloud storage services through a simple web API.
https://silexlabs.github.io/unifile/
MIT License
144 stars 32 forks source link

virtual files format #172

Open lexoyo opened 3 years ago

lexoyo commented 3 years ago

Would it be interesting to use this? https://github.com/gulpjs/vinyl

JbIPS commented 3 years ago

Seems to me it's more of an alternative to unifile rather than something we could plug in.

Do you had any use cases in mind?

lexoyo commented 3 years ago

Seems to me it's more of an alternative to unifile rather than something we could plug in.

I was referring to just this part Vinyl is a very simple metadata object that describes a file.

But the rest is interesting too !

Do you had any use cases in mind?

not really, just doing my usual research on what's new in the open source tech world :)

i also follow this very interesting tool in go https://rclone.org/

JbIPS commented 3 years ago

I remember rclone! About Vinyl, yes we could try to look like their metadata but from what it looks like, it has less information that Unifile already have.

lexoyo commented 2 years ago

Also interesting https://www.npmjs.com/package/s3proxy

I guess unifile should have an S3 compatible API?

We could use https://github.com/minio/minio-js as a client sdk