Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
imJexs Posted July 1, 2020 Posted July 1, 2020 Does the new `downloads/files/{id}/download` endpoint work with S3 storage? Currently any files uploaded to Downloads that are stored in S3 need an access token created before it can be downloaded by a user. The existing endpoint `GET downloads/files/{id}` does not provide a proper URL to download from as S3 gives "AccessDenied". Will the new endpoint provide a proper URL to actually be able to download the file from?
Stuart Silvester Posted July 1, 2020 Posted July 1, 2020 Yes, the new endpoint will generate a signed URL for the files if the Storage handler supports them. imJexs and bfarber 1 1
imJexs Posted July 1, 2020 Author Posted July 1, 2020 2 minutes ago, Stuart Silvester said: Yes, the new endpoint will generate a signed URL for the files if the Storage handler supports them. Awesome! I can't wait for full release. 🙂 Cheers. Stuart Silvester 1
Recommended Posts