Flask S3 Upload/Download + Pre-Signed Urls

Поділитися
Вставка
  • Опубліковано 17 гру 2024

КОМЕНТАРІ • 3

  • @cosmicdive
    @cosmicdive 8 місяців тому

    I had already built a flask web app and this was very useful for someone like me that isn't too keen on how to use amazon web servers. I've learned how to make web apps with Flask, Python, i've setup sql to work with the web apps, but it was a first time working with S3. I learned real quick RDS for Database, EC2 for Web Hosting, S3 for File Storage Solutions. Wonderful video, really really helped me out a lot.

  • @user-bm5dr8sw2s
    @user-bm5dr8sw2s Рік тому

    none of this was 'from scratch' but i appreciate the overwiev.

  • @austinrobinson9024
    @austinrobinson9024 Рік тому

    Hi Kieran, I'm making a flask site where the user uploads images to s3 and they are displayed like a gallery, I have the aws cloud practitioner cert for reference.
    The part I'm having trouble with is passing the pre-signed url back to the user and having them use it. I'm just not sure how that should work. Do i use something like url_for() to create a dynamic url so that when the user inputs an image and clicks submit, the submit calls the pre-signed url instead of my server route in flask? Any help there would be appreciated.