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
Considering a public DO space endpoint that looks like https://bucketname.region.endpoint you should be able to extract bucket name, region and endpoint as follows
From the article https://thepro.io/post/spring-boot-and-digitalocean-spaces-for-file-storage-Q1
It results in :
digitaloceanspaces s3 with root cause java.net.UnknownHostException: .digitaloceanspaces.com
so
endpoint
should be:[region].digitaloceanspaces.com
ex :
fra1.digitaloceanspaces.com
thanks for the article.
PS : this might be caused by a change in the AWS java sdk 😕
The text was updated successfully, but these errors were encountered: