-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Files
Simon Bartlett edited this page Feb 3, 2015
·
13 revisions
To configure which file storage provider is used, modify the files.provider
property. Only one provider can be anabled (unlike authentication providers).
files:
enable: true
provider: local
allowed_file_types:
- 'image/jpeg'
- 'image/png'
- 'image/gif'
files:
local:
upload_dir: uploads
files:
s3:
accessKeyId:
secretAccessKey:
bucket:
region: