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
The South African region was added in April 2020 and i don't the plugin has support for this region or there might be an error with the "AWS Credentials and Region" validation section
For Example :
On the form AWS Credentials and Region we added the "af-south-1" region and clicked validate, which outputs the following error :
Failure
java.net.UnknownHostException: s3-af-south-1.amazonaws.com
at java.net.InetAddress.getAllByName0(InetAddress.java:1281)
The endpoint mentioned above does not exists s3-af-south-1.amazonaws.com.
The correct endpoint would be s3.af-south-1.amazonaws.com
The generated dash is causing the issue.
Kindest Regards.
--Jameel
The text was updated successfully, but these errors were encountered:
Hi Developers,
The South African region was added in April 2020 and i don't the plugin has support for this region or there might be an error with the "AWS Credentials and Region" validation section
For Example :
On the form AWS Credentials and Region we added the "af-south-1" region and clicked validate, which outputs the following error :
Failure
java.net.UnknownHostException: s3-af-south-1.amazonaws.com
at java.net.InetAddress.getAllByName0(InetAddress.java:1281)
The endpoint mentioned above does not exists s3-af-south-1.amazonaws.com.
The correct endpoint would be s3.af-south-1.amazonaws.com
The generated dash is causing the issue.
Kindest Regards.
--Jameel
The text was updated successfully, but these errors were encountered: