Forem Creators and Builders 🌱

Discussion on: Implementing Video Feature

Collapse
 
lee profile image
Lee

It was on upload. Great I'll give those allowed headers a shot.

Thread Thread
 
cpluta profile image
Chris Pluta

If it was on Upload check out your Network tab and check the response. What we got was an error about HMAC-Sha1 was not supported.

The reason for that was because of what the region supported. We thought we could have used US-East-2 but in terms of upload it needed to be US-East-1 since that supported Sha1. If you really want to get into the code, it's in the s3_direct_upload dependency under the signature method which is hardcoded for sha1.

If your region does support Sha1 then make sure your CORs policy is set in your s3 container with the configuration defined under _Setup S3 Permissions for Upload _.