Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 649 Bytes

README.rst

File metadata and controls

27 lines (18 loc) · 649 Bytes

vagrant-fake-s3

Installing https://github.com/jubos/fake-s3 into a vm and export fake_s3_root on host's port 8080. See Vagrantfile

Installation

Prerequisites

Install vagrant and virtualbox, see http://docs.vagrantup.com/v2/getting-started/index.html

Provision vm and run service

vagrant up

Test client

See Python S3 examples on http://ceph.com/docs/master/radosgw/s3/python/ For the section "CREATING A CONNECTION" access_key and secret_key can be empty, remember to set host='localhost', port=8080 to connect to fakes3 on localhost:8080.