-
|
Hello, I am on MacOS Silicon and the following code is raising the TypeInitializationException. I do not understand because it works on MacOS Intel and Windows ARM as well. Please, could you help me ? Client = new AmazonS3Client(
s3Configuration.AccessKey,
s3Configuration.SecretKey,
new AmazonS3Config
{
ServiceURL = s3Configuration.ServiceUrl
}
);Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Looks like the SDK is picking up an invalid region being specified in your |
Beta Was this translation helpful? Give feedback.
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
-
|
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Looks like the SDK is picking up an invalid region being specified in your
~/.aws/credentialsor~/.aws/configfiles. Can you double check those files?