Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"'regionEndpoint' is required" despite it being in the setting #11

Open
omarhimada opened this issue May 7, 2018 · 2 comments
Open

Comments

@omarhimada
Copy link

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?

@omarhimada
Copy link
Author

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

@omarhimada
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant