TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

S3Proxy allows applications using the S3 API to access other object stores

47 pointsby gaulalmost 11 years ago

7 comments

kawsperalmost 11 years ago
I was considering something like this to have a local (or local networked) cache store for S3, I am doing 99,9% of readings, so it could be nice to put the cache in the S3-layer.<p>Does anyone knows if that exists?
评论 #8167145 未加载
评论 #8168697 未加载
rajbalaalmost 11 years ago
How does this work when the object stores don&#x27;t support all the features of S3?<p>For instance Atmos doesn&#x27;t have public buckets, DNS names for buckets, named keys implemented like S3, regions, etc.<p>But it does have features that S3 doesn&#x27;t have like byte range updates, erasure coding, etc.
评论 #8171633 未加载
bdunbaralmost 11 years ago
Little help, please.<p>We have a process that uses s3express (aka using the S3 API) to copy files from local filesystem to S3.<p>S3Proxy would allow the process to copy files to [another_server, atmos, azure] ?
评论 #8167517 未加载
feintruledalmost 11 years ago
This is great timing for me, currently working on trying to iron out some bugs in a project with S3, and this helps me eliminate one line of inquiry. Nice project!
gamegoblinalmost 11 years ago
Very cool project. What sort of latency does the interface add? I imagine not much, but I didn&#x27;t see any stats in the readme.
评论 #8166915 未加载
xentroniumalmost 11 years ago
Shouldn&#x27;t this be solved on the client level via proper adapter support?<p>I like how it can be attached to a black box though.
评论 #8167376 未加载
jsmeatonalmost 11 years ago
Does this work with the s3cmd CLI?
评论 #8171853 未加载