adonis-spaces
v0.0.3
Published
Simplifies working with DigitalOcean Spaces through Adonis
Downloads
5
Maintainers
Readme
adonis-pdf
Service provider for working with DigitalOcean 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 theproviders
array withinstart/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 from this package or run the following command to create it:
adonis spaces:getconfig
Usage
Coming soon!
Example
Coming soon!