Open omarhimada opened 6 years ago
You can see the CACentral1 region endpoint is indeed valid according to the documentation here: https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/Amazon/TRegionEndpoint.html
Looks like I was right: the Amazon reference you guys are using is really out of date. It doesn't include USEast2 (which is actually going to be required because USEast1 only supports V4 authentication despite amazon-s3-provider using the older authentication method) and it doesn't include CACentral1 either
Hey I keep getting 'regionEndpoint' is required when I attempt to move the library from Database to the blob storage I set the 'regionEndpoint' parameter in the blob storage provider I've tried: CACentral1 ca-central-1 Amazon.RegionEndpoint.CACentral1
None of the values are working (and I'm restarting the app every time I change the parameter value) Is it possible the version of the Amazon.dll you guys are using is so out of date that it doesn't include the CACentral1 region endpoint?