|
RadControls version
|
RadControls for ASP.NET AJAX
Q3 2009 SP1
|
| .NET version |
.NET20 & .NET35
|
| Visual Studio version |
2005/2008
|
| programming language |
C# / VB.NET
|
| browser support |
all browsers supported by RadControls
|
PROJECT DESCRIPTION
Connecting the
RadFileExplorer control to the Amazon S3 storage.
HOW TO USE THE PROVIDER
The bucket's name is hardcoded. The credentials for accessing Amazon service need to be set to the
awsAccessKeyId and
awsSecretAccessKey read-only properties.
The paths set to the
ViewPaths, DeletePaths and
UploadPaths properties follow this logic :
If we have this bucket : http://
bucket.s3.amazonaws.com/, then in the provider, the
BUCKET_NAME read-only property needs to be set to
"bucket" value. The paths should point to the virtual folders in this bucket.
Two folders for example :
- http://bucket.s3.amazonaws.com/folder1
- http://bucket.s3.amazonaws.com/folder2
This C# Library for Amazon S3 is used in the attached project.
NOTE
In the earlier versions of the control the
CheckDeletePermissions method does not exist and needs to be removed.