Change of File Repository?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My integration has crashed out today, as it looks like Instructure have shift away from AWS S3 for file uploads; anyone else seeing this?
At 17:01 GMT yesterday a file upload url would have been https://instructure-uploads-eu.s3.eu-west-1.amazonaws.com, whereas at 15:11 today, a file upload url is now https://inst-fs-dub-prod.inscloudgate.net .
The reason I crash is that I used to rely on a JSON value of "content-type" being sent back to me, but now it's "content_type". Albeit correct by the documentation on the API, you could equally say that the documentation has been wrong for over a year and a half, as I haven't changed this code for that long.
Curious to know if this is affecting more than just us; i'll log a support ticket in the meantime.