How to Securely Upload Files to AWS S3 with Presigned URL | Node JS presigned url

Поделиться
HTML-код
  • Опубликовано: 24 апр 2024
  • Join my programming community: nas.io/super-programmers-comm...
    Backend Code: github.com/saifkhan7865/Pre-s...
    Frontend Code: github.com/saifkhan7865/file-...
    Unlock the power of AWS S3 by learning how to securely upload files using presigned URLs.
    #AWSTutorial
    #PresignedURL
    #S3Upload
    #CloudComputing
    #TechTips
  • НаукаНаука

Комментарии • 6

  • @trentngg
    @trentngg 16 дней назад

    Very helpful man, thank you so much 😇

  • @RafeyShaikh-ci7fw
    @RafeyShaikh-ci7fw Месяц назад

    Thank You So Much For Your Videos ❤❤❤

  • @superstrickastiktok4613
    @superstrickastiktok4613 2 месяца назад

    Nice tutorial bro and camera 👍

  • @superstrickastiktok4613
    @superstrickastiktok4613 2 месяца назад

    Love the edit too 😂

  • @usmanrangrez-cd7zj
    @usmanrangrez-cd7zj 2 месяца назад +1

    why is it important to send file type from frontend?
    without that it also works

    • @mohammed.khan07
      @mohammed.khan07  2 месяца назад +1

      While it’s true that you can create a pre-signed URL without specifying a MIME type, doing so can lead to the aforementioned issues, depending on what the file is and how it’s intended to be used. By specifying the MIME type, you ensure more consistent behavior across different clients and platforms that access your file via the pre-signed URL.