Reputation:
I have an AWS account and I wish to upload a file using C# and Visual Studio. To do so, I am using a tutorial that I found right here on StackOverflow that requires an Access key and a Secret key.
I tried to create it in the console but it said that I do not have permissions. How do I get those keys? Is there some tutorial that is updated about this topic?
Upvotes: 2
Views: 4317
Reputation: 269191
The tutorial you are using assumes that the application has access to AWS IAM credentials.
The credentials can be provided in several ways:
For details, see:
Upvotes: 1