Python SharePoint files to AWS S3

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ต.ค. 2024

ความคิดเห็น • 28

  • @NicolasBenavides-qf7cp
    @NicolasBenavides-qf7cp 6 หลายเดือนก่อน

    Hi Lu, great video. I was wondering if there is any chance to do this process, but instead of just moving the files, can you move the folders too, along with the files, so you can keep the original folder structure from SharePoint?

  • @rnidiyenga
    @rnidiyenga 2 ปีที่แล้ว +2

    Informative video. However a question, is it possible to do this without the intermediate file storage folder? Because for scheduling this as a daily flow, we would need a dedicated windows machine /server in between for staging like this, which is an overhead..

    • @codingwithlu
      @codingwithlu  2 ปีที่แล้ว +3

      Yes there is a way to do it without intermediate file storage. I will make an updated video with updated code on how to do this.

    • @rnidiyenga
      @rnidiyenga 2 ปีที่แล้ว +1

      @@codingwithlu great.. thank you.. looking forward to it :)

    • @codingwithlu
      @codingwithlu  2 ปีที่แล้ว

      @sam yes I will be pushing code to my github account tomorrow

    • @mgnmrk401
      @mgnmrk401 11 หลายเดือนก่อน

      @@codingwithlu, Hi Lu, is this referring to your Power Automate to AWS SFTP video? If so, is there a way to send a sharepoint file to S3 via AWS SFTP using Python without the intermediate storage? Thanks

  • @cerisedowson5846
    @cerisedowson5846 5 หลายเดือนก่อน

    Is there a way to do this without downloading locally in-between. I have large files which makes the process of downloading and uploading slow.

  • @amithbhanudas7995
    @amithbhanudas7995 2 ปีที่แล้ว +2

    How do I configure a Lambda to fetch files from a SharePoint and save it to S3

    • @codingwithlu
      @codingwithlu  2 ปีที่แล้ว

      I have a video that shows you want you are trying to do. Check out the video th-cam.com/video/qBqNSC_uTsA/w-d-xo.html

  • @coltanthony2785
    @coltanthony2785 ปีที่แล้ว +1

    @I am Lu Were you ever able to create the video on setting up the apiUser in AWS?

    • @codingwithlu
      @codingwithlu  ปีที่แล้ว +1

      Not yet, but thanks for bringing it up. I will make a video over the weekend related to this

    • @coltanthony2785
      @coltanthony2785 ปีที่แล้ว +1

      @@codingwithlu Awesome, thank you for all the great content. It has been extremely helpful.

  • @apurvathakkar131
    @apurvathakkar131 ปีที่แล้ว +1

    Do you have any document for performing same using aws lambda ?

    • @codingwithlu
      @codingwithlu  ปีที่แล้ว

      I do have a video of doing this in AWS Lambda. Let me find the video and I will share with you

  • @Vyperium
    @Vyperium ปีที่แล้ว +1

    Hello,
    +1 sub !
    Really like your style , you are really comprehensive and easy to follow.
    Any update on the direct transfer from SharePoint to AWS S3 using Python? Was not able to find the video on your channel.
    I also watched the Power Automate video, but can't apply this to my user case.
    Thanks !

    • @codingwithlu
      @codingwithlu  ปีที่แล้ว +1

      Thanks for the sub!
      I do have a video th-cam.com/video/qBqNSC_uTsA/w-d-xo.html that show how to deploy python code to AWS Lambda function that will get files from SharePoint to AWS S3. Take a look at that video and see if that works for you

    • @Vyperium
      @Vyperium ปีที่แล้ว

      @@codingwithlu Will check at the office and keep you updated here !
      Thanks for your content :)

  • @trishaarora9728
    @trishaarora9728 2 ปีที่แล้ว +1

    Amazing video! Can you also make a video on uploading files from sharepoint to microsoft azure blob storage?

    • @codingwithlu
      @codingwithlu  2 ปีที่แล้ว

      Yeah I will make a video showing how to do this. Since SharePoint and Azure are all part of Microsoft this actually a lot easier to do. I will let you know once video has been published.

  • @TheSunmoon4ever
    @TheSunmoon4ever 2 ปีที่แล้ว +1

    Nicely explained. Is this code available on Git?

    • @codingwithlu
      @codingwithlu  2 ปีที่แล้ว

      I will be pushing out the code to GitHub this evening

  • @Adithiscorner
    @Adithiscorner 2 ปีที่แล้ว

    Can i get the complete code after removing all the details so that it will be clear for me

    • @codingwithlu
      @codingwithlu  2 ปีที่แล้ว +1

      Sure let me publish to github account and I will provide url

  • @akhildhiman2463
    @akhildhiman2463 2 ปีที่แล้ว +1

    github link please

    • @codingwithlu
      @codingwithlu  2 ปีที่แล้ว

      here is the link github.com/iamlu-coding/python-sharepoint-files-to-aws-s3

  • @vijayalakshmi8282
    @vijayalakshmi8282 ปีที่แล้ว

    hi lu i'm new subscriber can you please suggest how to access or download share point all directories and subfolders at a single time and how to upload S3 bucket all directories and subfolders at a time
    i have multiple directories and inside subfolders
    please help me out advance thanks..!

  • @ramsajiwan1
    @ramsajiwan1 2 ปีที่แล้ว +1

    pls share the whole code

    • @codingwithlu
      @codingwithlu  2 ปีที่แล้ว

      Source code has been pushed to GitHub repo. You can access it at github.com/iamlu-coding/python-sharepoint-files-to-aws-s3