How to perform multipart upload to S3 Bucket using AWS CLI

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

КОМЕНТАРІ • 14

  • @robstuckey
    @robstuckey 3 місяці тому

    This should be a 5 second video but you managed to get 8k people to watch you do it in 23 minutes. Bravo!............................................

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

    thank you! how about if the S3 bucket has versioning enabled? will it remove the incomplete multiparts that we've tried to upload automatically?

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

      You can configure Life Cycle rule on s3 bucket to cleanup incomplete multipart uploads after specific days.!

  • @JCuervo330
    @JCuervo330 5 місяців тому

    13:12 HOW to simultaneously execute???? I have 10g files x 14 to upload! Thank you

    • @avizway
      @avizway  5 місяців тому

      You can execute it as a script i.e; bat if youa re using windows, or shell if you are using linux

  • @ankithasworld
    @ankithasworld 7 місяців тому

    why u taken a video.mp4
    we can create a new file with using thus command #dd if=/dev/zero of=file1 bs=1M count 200
    this process is easy right

    • @avizway
      @avizway  7 місяців тому

      Thanks for letting me know this. am not good with dd command you mentioned :) Thanks for sharing, I learnt a new thing today.

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

    beautiful Thanks

  • @hariom-524
    @hariom-524 Рік тому

    Thank you

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

    HOW TO THE ENTIRE FOLDER USING MULTIPART. THERE ARE LOT OF FOLDERS AND INSIDE THERE ARE VERY LARGE FILES.

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

      You can prepare a script that can Iterate through files in folder and initiate the multipart Upload.
      Or, Zip it and initialize upload.

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

      @@avizway one more question. Suppose i have a drive of 1 tb and that is full no free space. Now i want to upload the file through the multipart upload. However, there is no free space left for splitting the file. How to do that?

    • @avizway
      @avizway  Рік тому +1

      You can use s3api create-multipart-upload command to upload data directly to s3 bucket without storing chunks in your local storage.

  • @NeranikiManikanta
    @NeranikiManikanta Рік тому +1

    Sir please explain in telugu