TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Any AWS S3 alternatives to reduce the PUT cost?

2 点作者 saradhi8 个月前
Please suggest AWS S3 alternatives to reduce the PUT cost and not impacting the latency.<p>Usecase: I want to store 1-1.5mn images (avg size 50kb). All images are deleted after 10 days. 98% of the images are not even viewed once - as a result, I have to save every image.<p>I have tried Wasabi, but the latency was too high (500ms to 2secs) for the upload from AWS Lambda.

3 条评论

JojoFatsani8 个月前
Minio isn’t difficult to set up on kube - if your s3 consumer or producer are in-cluster you can have blazing fast access.
whatnotests28 个月前
Self hosted OpenStack
toomuchtodo8 个月前
Backblaze B2?