Use cloud storage providers to store assets or thumbnails.
Notice: Only Amazon s3 and Azure Blobstorage are supported right now
Add files to addons/CloudStorage.
Then update the config (config/config.yaml), e.g:
cloudstorage:
assets:
type: s3
key: xxxKeyxxx
secret: xxxSecretxxx
region: eu-central-1
bucket: mybucket
# optional
prefix: subfolder-name
url: https://s3.eu-central-1.amazonaws.com
# only needed if using minio
use_path_style_endpoint: true
cloudstorage:
assets:
type: azure
key: xxxKeyxxx
account: my-account
container: my-container
# optional
url: https://my-custom-url.com
That's it!