Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check this out , more implementation for min.io #4

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Apr 26, 2019

  1. Enhanced Storage with some more convinience methods.

    * Added remove method in miniostorageimpl
    * Added exists method in miniostorageimpl
    * Added some support for buckets (not finished yet)
    * other storageimpls are not done yet (throwing notsupportexceptions for now)
    Crustpunk committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    a4ab337 View commit details
    Browse the repository at this point in the history
  2. Added WrapperException for convinience

    * Wraps currently the MinioExceptions so that we can use them for process handling
    Crustpunk committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    3b5ad61 View commit details
    Browse the repository at this point in the history
  3. Added first tests to ensure functionality within minio.

    * exists
    * read
    * write
    * delete
    Crustpunk committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    3d0224f View commit details
    Browse the repository at this point in the history
  4. Set Java Version to 8

    Crustpunk committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    217f09a View commit details
    Browse the repository at this point in the history
  5. set storage to minio as default

    * ensure you change this to your wanted store if you build it
    Crustpunk committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    a01ae14 View commit details
    Browse the repository at this point in the history
  6. Refactored to a more common place

    * it's not only useable within min.io context
    * Should be more convinient
    Crustpunk committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    8333687 View commit details
    Browse the repository at this point in the history
  7. Added a min.io section

    * how to use docker for min.io tests
    * how to change default store
    Crustpunk committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    f09a17b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    87bfa5a View commit details
    Browse the repository at this point in the history
  9. Merge origin/master

    Crustpunk committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    f8a0a71 View commit details
    Browse the repository at this point in the history