A demo app on how to connect Telerik UI for ASP.NET Core FileManager control to an Amazon S3 service.
You must have a credentials file present when using the S3 SDK. For your convenience, here are the steps:
-
Phase 1. Create user credentials
- Sign in to the AWS Management Console and open the IAM console at https://console.aws.amazon.com/iam/.
- Create a new user with permissions limited to the services and actions that you want your code to have access to. For more information about creating a new user, see Creating IAM users (Console), and follow the instructions through step 8.
- Choose Download .csv to save a local copy of your AWS credentials.
-
Phase 2. Create a local AWS SDK credentials file
- Open File Explorer and navigate to
%appdata%
- Create a new folder named
.aws
- Create a new file named
credentials
(no extension) - Open the file and enter the following content
[default] aws_access_key_id = your_access_key_id aws_secret_access_key = your_secret_access_key
- Update the values using the CSV file you downloaded in phase 1, save and close the file
- Open File Explorer and navigate to
- Now, you can do a Rebuild of the project and deploy it
- You should see the following appearance (will vary according to your bucket's contents).
This project does not have technical support. Developer assumes any risk involved.