For JWT based authentication you can follow these nice tutorials in their documentation 1. Generate tokens - fastapi.tiangolo.com/tutorial/security/first-steps/ 2. Get user details - fastapi.tiangolo.com/tutorial/security/get-current-user/
Creating an S3 bucket is quite simple just head over to the s3 console: s3.console.aws.amazon.com and click on the create button. If you still need more details checkout their guide here: docs.aws.amazon.com/AmazonS3/latest/userguide/creating-bucket.html I realized that I didn't cover this after I have uploaded the video. So, I gave a brief on how to configure the credentials to access AWS in the next video: th-cam.com/video/mNwO_z6faAw/w-d-xo.html . Please, check that out if you haven't already. I'm planning to make another video which includes JWT authorization while downloading/uploading files. I'll make sure that I cover the basics in that. I hope this helps. Thank you for the comment.
Source code: github.com/jrdeveloper124/file-transfer/blob/main/main.py
good explanation, interesting choice of subject
great video, this include all the basics i need, cheers mate
I'm glad that it helped you 👍🏻
can i ask what extension you use in vs code that can warn like "s3_upload" not defined like min 8:24
It's called Error Lens. VS Code extension id: usernamehw.errorlens
Thank you so much for the video, exactly what I needed.. How and where do we provide authentication details?
For JWT based authentication you can follow these nice tutorials in their documentation
1. Generate tokens - fastapi.tiangolo.com/tutorial/security/first-steps/
2. Get user details - fastapi.tiangolo.com/tutorial/security/get-current-user/
thank you man amazing video keep it up! new sub
Hello thank you for the video, can you explain how you set up your bucket first ?
Creating an S3 bucket is quite simple just head over to the s3 console: s3.console.aws.amazon.com and click on the create button. If you still need more details checkout their guide here: docs.aws.amazon.com/AmazonS3/latest/userguide/creating-bucket.html
I realized that I didn't cover this after I have uploaded the video. So, I gave a brief on how to configure the credentials to access AWS in the next video: th-cam.com/video/mNwO_z6faAw/w-d-xo.html . Please, check that out if you haven't already.
I'm planning to make another video which includes JWT authorization while downloading/uploading files. I'll make sure that I cover the basics in that.
I hope this helps. Thank you for the comment.
@@jr.developer Thank you for the videos
which fonts you are using in vscode?
The font that I used in this video is called Operator Mono but I recently started using IBM Plex Mono which looks beautiful too.
Great Video,
but video starts at 10:00
Is this working in aws lambda function?
No. This wouldn't work on AWS lambda.
Thanks
Please upload more video on aws
/-> nfactorial incubator 2023
source code?
Sorry for the delay. Checkout the pinned comment. Thanks.