S3 ninja
S3 ninja emulates the S3 API for development and testing purposes.
Download
Contribute
-
A readily packaged docker image is available at scireum/s3-ninja
-
Run like docker run -p 9444:9000 scireum/s3-ninja:latest
-
Navigate to http://localhost:9444/ui
-
Run S3 API-Calls against http://localhost:9444/ (e.g.
http://localhost:9444/test-bucket/test-object)
-
Provide an volume for /home/sirius/data to persist data across restarts.
S3Ninja runs as user id 2000 inside the container. If you link an existing directory into your
container, change the user/group id to 2000.
Currently the ninja supports only object methods: GET, PUT, HEAD, DELETE. ACLs are also ignored but for
non-public
buckets, the given Authorization hash is verified using the credentials shown on the page.
The MIT License (MIT)
Copyright (c) 2023 scireum GmbH
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.