We have enclosed this provider into a latest hotfix package 6.0.18. After requesting this hotfix, we still have to go by several stairs to make it work. Installation of a provider depends on a form of plan we are using.
Web site project
- Add anxiety to your web site plan to CMS.AmazonStorage.dll.
- Delete a ~/CMSPages/GetAmazonFile.aspx.designer.cs file.
Web application/Windows Azure project
- Add anxiety to CMSApp plan to CMS.AmazonStorage.dll.
- Include ~/CMSPages/GetAmazonFile.aspx.designer.cs into CMSApp project.
Source code
-
Include a AmazonStorage plan into your Kentico CMS solution.
- Go by Visual studio emigration sorceress if we are regulating Visual studio 2010.
- Set .NET chronicle to 4 if we are regulating this chronicle of .NET in a rest of a solution.
- Add anxiety to CMSApp plan to CMS.AmazonStorage.dll.
- Include ~/CMSPages/GetAmazonFile.aspx.designer.cs into CMSApp project.
Configuration of a storage is a same for all forms of projects and it’s all finished around focus settings keys in a web.config file:
add key=”CMSExternalStorageName” value=”CMS.AmazonStorage.dll” / – Specifies that a Amazon S3 storage provider is used.
add key=”CMSAmazonBucketName” value=”YourBucketName” / – You need to mention a name of a bucket where we wish to save a files. This bucket contingency already exist. A bucket name contingency be singular in a whole Amazon namespace so a provider doesn’t emanate it by itself.
add
Continue reading:
Amazon S3 provider for a CMS.IO namespace
