Fetching files from Effis
Fetch file from bucket
GET /<bucket>/<id>
Fetch the file with the provided id from the provided bucket.
Returns
The file with the provided id from the provided bucket. This is returned with header
Content-Disposition: inline
set.
Fetch attachment
GET /<id>
This route acts as a shorthand for GET /attachments/<id>
,
the same logic applies.