Show HN: S3mini – Tiny and fast S3-compatible client, no-deps, edge-ready
1–10 of 105 posts
Re: Show HN: S3mini – Tiny and fast S3-compatible client, no-deps, edge-ready
#2Re: Show HN: S3mini – Tiny and fast S3-compatible client, no-deps, edge-ready
#3I found the words used to describe this jarring - to me it makes sense to have an s3 client on my computer, but less so client side on a webapp. On further reading, it makes sense, but highlighting what problem this package solves in the first few lines of the readme would be valuable for people like me at least
Re: Show HN: S3mini – Tiny and fast S3-compatible client, no-deps, edge-ready
#4I found the words used to describe this jarring - to me it makes sense to have an s3 client on my computer, but less so client side on a webapp. On further reading, it makes sense, but highlighting what problem this package solves in the first few lines of the readme would be valuable for people like me at least
What do you mean with a webapp?
Re: Show HN: S3mini – Tiny and fast S3-compatible client, no-deps, edge-ready
#5These are nice projects. I had a few rounds with Rust S3 libraries and having a simple low or no dep client is much needed. The problem is that you start to support certain features (async, http2, etc.) and your nice nodep project is starting to grow.
Re: Show HN: S3mini – Tiny and fast S3-compatible client, no-deps, edge-ready
#6I found the words used to describe this jarring - to me it makes sense to have an s3 client on my computer, but less so client side on a webapp. On further reading, it makes sense, but highlighting what problem this package solves in the first few lines of the readme would be valuable for people like me at least
> to me it makes sense to have an s3 client on my computer, but less so client side on a webapp What do you mean with a webapp?
Re: Show HN: S3mini – Tiny and fast S3-compatible client, no-deps, edge-ready
#7Re: Show HN: S3mini – Tiny and fast S3-compatible client, no-deps, edge-ready
#8I found the words used to describe this jarring - to me it makes sense to have an s3 client on my computer, but less so client side on a webapp. On further reading, it makes sense, but highlighting what problem this package solves in the first few lines of the readme would be valuable for people like me at least
Re: Show HN: S3mini – Tiny and fast S3-compatible client, no-deps, edge-ready
#9Presumably smaller and quicker because it's not doing any checksumming
Re: Show HN: S3mini – Tiny and fast S3-compatible client, no-deps, edge-ready
#10I found the words used to describe this jarring - to me it makes sense to have an s3 client on my computer, but less so client side on a webapp. On further reading, it makes sense, but highlighting what problem this package solves in the first few lines of the readme would be valuable for people like me at least