elementor / elementor/wp2static-addon-s3
Region must be a valid RFC host label.
Open
- Dominant language
- PHP
- Stars
- 38
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
When I run a command calling the S3 add-on, I get the following error:
```
Aws\Exception\InvalidRegionException
Region must be a valid RFC host label.
```
This comes from `throw new InvalidRegionException('Region must be a valid RFC'` in `wp2static-addon-s3/vendor/aws/aws-sdk-php/src/ClientResolver.php`
My region is set to `eu-west-2`
Do you know why this error is thrown?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.