The objective is to not require a Ceph cluster in the test to provide a S3 compatible service. This component uses mock-s3.
docker run -p 8888:8888 -e HOST=$COREOS_PRIVATE_IPV4 -v <local directory>:/app/storage deis/store-mock
The use of a local directory (-v <local directory>) is optional
mock-s3 does not requires an ACCESS_KEY and SECRET_KEY (there is no concept of permissions) but this
component will generate both keep compatibility with deis-store-gateway
The mock store component is composed by one container:
- store-mock - the blob store gateway, offering a S3-compatible bucket APIs using the local filesystem as storage.
Please consult the Makefile for current instructions on how to build, test, push, install, and start deis/store-mock.
© 2014 OpDemand LLC
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.