Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted July 1, 20204 yr 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?
July 1, 20204 yr Yes, the new endpoint will generate a signed URL for the files if the Storage handler supports them.
July 1, 20204 yr Author On 7/1/2020 at 7:58 PM, 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.