• Resolved iHuman

    (@ihuman)


    Hi. UpdraftPlus conflicts with S3-Uploads. When I look at the code on both, I see that they are using different versions of the AWS SDK. What can be done to remedy this problem? I get a version string error in UpdraftPlus.

    thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author David Anderson

    (@davidanderson)

    UpdraftPlus doesn’t load the AWS SDK until it’s about to use it and upload a backup to AWS; so, it’s never loaded in other contexts (for example, on front-end pages). For a conflict to occur, there has to be another plugin that loads its version of the SDK first, and always. The best solution is for that other plugin to not do that; for it to also only load its SDK when its about to use it, in which case no conflicts can occur.

    David

Viewing 1 replies (of 1 total)
  • The topic ‘AWS-SDK conflict’ is closed to new replies.