You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: