8000 GitHub - jenshadlich/s3srv: S3-compatible server written in Java for educational purposes.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jenshadlich/s3srv

Repository files navigation

s3srv

build

S3-compatible server written in Java. The compatiblity is currently limited of course as it's still work in progress 😬

What currently works:

  • create, delete, check for existence and list buckets and objects (just 1000)
    • mostly the happy path
    • single user
  • path-style access and virtual hosting (beta)

Roadmap

Ideas

  • different backends
    • memory (currently the only one)
    • file, different databases

About

S3-compatible server written in Java for educational purposes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0