Upload Image to Express API - Image Uploader with Node and S3

preview_player
Показать описание
In this video we will learn how to upload images to express api using node js and aws s3. The solution will be production ready which you can use directly in your own applications. It is important to store images and files on a storage location and not directly on your server. Here we will code the entire solution of how to upload images and files with a post request to aws s3.

NovelTech Media Python Course:

Github Repository from Video:

If you want to learn how to become a great Software Engineer, Advance your Career, Learn Everything from Python to AWS head over to

Disclaimer:
All videos are for educational purposes and use them wisely. Any video might have inaccurate or outdated information. I give my best to research every topic thoroughly but please be aware that videos can contain mistakes.
Рекомендации по теме
Комментарии
Автор

Help me please. I am getting this error tried everything didn't work.
Error [CredentialsError]: Missing credentials in config, if using AWS_CONFIG_FILE, set AWS_SDK_LOAD_CONFIG=1
at Timeout.connectTimeout [as _onTimeout] (C:\Users\your
at listOnTimeout (node:internal/timers:564:17)
at process.processTimers (node:internal/timers:507:7) {
code: 'CredentialsError',
time: 2022-07-08T18:50:35.228Z,
retryable: true,
originalError: {
message: 'Could not load credentials from any providers',
code: 'CredentialsError',
time: 2022-07-08T18:50:35.207Z,
retryable: true,
originalError: {
message: 'EC2 Metadata roleName request returned error',
code: 'TimeoutError',
time: 2022-07-08T18:50:35.205Z,
retryable: true,
originalError: {
message: 'Socket timed out without establishing a connection',
code: 'TimeoutError',
time: 2022-07-08T18:50:35.204Z,
retryable: true
}
}
}
}

piyushjaiswal
join shbcf.ru