GithubHelp home page GithubHelp logo

dungviettran89 / s34j Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 1.04 MB

An implementation of Amazon S3 written in Java.

License: Apache License 2.0

Java 94.41% HTML 2.63% JavaScript 2.78% CSS 0.17%

s34j's Introduction

S3 for Java

S34J, or S3 for Java is an attempt to implement the S3 REST API in Java. S34J is inspired by minio and will support all minio 's features in the future. At the current stage, it can be used to serve files from any NIO supported path, which includes: local disk, WebDAV, zip file. It can be used embedded in any web app as a Filter or a Servlet or as a Standalone server.

Links:

Supported API:

  • PUT / DELETE Bucket
  • DELETE Multiple objects
  • GET Bucket Location
  • GET / PUT / DELETE Bucket Policy. Handle a subset of Bucket Policy
  • GET list of multi part upload
  • List Objects (both V1 and V2)
  • HEAD / GET / DELETE Objects
  • PUT Objects. Support both chunked and normal upload
  • PUT Objects (Copy)
  • POST Object with resigned request. Post Policy is supported.
  • Initialize multi part upload
  • Upload Part. Upload Part (Copy) is not supported.
  • Complete multi part upload
  • Abort multi part upload

Current feature:

  • Standalone server
  • Embedded servlet
  • Embedded filter

Planned features:

  • Clustered server
  • Canned ACL
  • Docker release (standalone and clustered)

Possible features:

  • Object versioning
  • Multiple access keys + secret keys

s34j's People

Contributors

dungviettran89 avatar radiocuatoi avatar

Watchers

Kien Nguyen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.