Skip to content

File Upload Service

Toby Privett edited this page Jun 7, 2018 · 1 revision

Waves supports the upload of various file types by Registration Officers.

Currently, the app is set up for Azure storage . This is defined in: config/initializers/paperclip.rb. This could be changed to support S3 (or similar) by swapping out the paperclip config, gem and editing the asset helpers.

The app currently expects the following environment variables:

AZURE_ACCESS_KEY
AZURE_STORAGE_ACCOUNT
AZURE_CONTAINER_NAME
Clone this wiki locally