I am working with UWP (Universal Windows Platform) to create a desktop application that can upload and download a json file from an AWS S3 bucket. By following the AWS documentation and testing with the AWS CLI, there is no issue with the AWS SDK. Later, I found out there was an issue with configuration. I tried all types of configuration procedures: environmental variable, shared credentials file, even though by directly assigning credentials in the code itself, I am still getting an Amazon Runtime Exception. Maybe there is something I am missing. Can someone help me with the core procedure to confirm UWP with AWS SDK configuration? As of yet, there is no App.Config or application.json file in UWP
Asked
Active
Viewed 32 times