Sitefinity / amazon-s3-provider

Amazon S3 provider for Sitefinity
8 stars 10 forks source link

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

Open omarhimada opened 6 years ago

omarhimada commented 6 years ago

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 commented 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

omarhimada commented 6 years ago

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