adonis-spaces
Version:
Simplifies working with DigitalOcean Spaces through Adonis
22 lines (15 loc) • 1.01 kB
Markdown
# adonis-pdf
Service provider for working with [DigitalOcean Spaces](https://www.digitalocean.com/products/spaces/) (object storage)
:exclamation: **WARNING! This package is heavily in development and is therefore unstable. It may not work correctly or at all. When it is working the way that it needs to I will bump it up to 0.1.0!**
## Installation
* Run `adonis install adonis-spaces` within your Adonis project
* Add `'adonis-spaces/providers/SpacesProvider'` to the `providers` array within `start/app.js`
## Configuration
Configuration is done through `config/spaces.js`. This file should have automatically been copied to your project during installation if you installed it via adonis-cli. If you installed it with npm or Yarn, or the file was not copied across correctly, you can manually copy the [config file](config/spaces.js) from this package or run the following command to create it:
```bash
adonis spaces:getconfig
```
## Usage
Coming soon!
## Example
Coming soon!