An open API service indexing awesome lists of open source software.

https://github.com/chassis/fakes3

Run a Fake S3 server on your virtual machine for testing S3 integrations.
https://github.com/chassis/fakes3

Last synced: 10 months ago
JSON representation

Run a Fake S3 server on your virtual machine for testing S3 integrations.

Awesome Lists containing this project

README

          

# Fake S3
A Chassis extension to install and configure Fake S3 on your Chassis server.

## Usage
1. Add this extension to your extensions directory `git clone git@github.com:Chassis/FakeS3.git extensions/fakes3`
2. Run `vagrant provision`.
3. Copy the `fakes3-mu-plugin.php` file to your `mu-plugins` directory to support S3 Uploads.

## Configuration options
You can configure the path on the server and the port used in your chassis config file.
```yaml
fakes3:
port: 1234
path: /some/custom/path
```

Depending on how you connect to S3 you may need to set the S3 server path and region.

Check the `local-config.php` for the settings you can define.

Constants are already configured to work with the [S3 Uploads plugin](https://github.com/humanmade/S3-Uploads) so if you use that then there's nothing further to do!