We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When labs33 had this project we needed to update the name of the AWS ENV variables in our .env files to this format:
AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY
To match what the AWS docs require
This change never made it into the uploadRouter so it still has the old ENV variable names as shown here:
These variables will need to be corrected in the uploadRouter
These variables should also be checked on Heroku to ensure their naming conventions match and that their values are still good
I think these changes will fix the upload endpoint for the deployed site 👍
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When labs33 had this project we needed to update the name of the AWS ENV variables in our .env files to this format:
To match what the AWS docs require
This change never made it into the uploadRouter so it still has the old ENV variable names as shown here:
These variables will need to be corrected in the uploadRouter
These variables should also be checked on Heroku to ensure their naming conventions match and that their values are still good
I think these changes will fix the upload endpoint for the deployed site 👍
The text was updated successfully, but these errors were encountered: