AWS(Amazon Web Service ) SDK integration with Kentico

sagar patil asked on February 22, 2017 12:33

How can I use AWS SDK in kentico ?

Recent Answers


Brian McKeiver answered on February 28, 2017 03:59

Sagar,

In a way, parts of the AWS SDK are already inside of Kentico in the CMS.IO namespace. You can configure the system to use S3 storage for files by following the Kentico documentation on configuring Amazon S3.

However, if you are looking to do more than S3 storage, you can add in the AWS SDK just like in any other ASP.NET project by following the Amazon AWS getting started example.

I've done both methods, they should work just fine. And if you are going to go down this path I recommend also installing the Amazon AWS Toolkit for Visual Studio it rocks.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.