Could you please help me to link the DigitalOcean space to my WordPress? I am using the DigitalOcean space sync WordPress plugin and create space and have already generated an API key. Could you please let me know where I am making mistakes?
Based on the guidelines I have input the field below and got the error message “Connection is not established. : Error executing “PutObject” on “https://test.txt”; AWS HTTP error: cURL error 6: Could not resolve host: test.txt (see http://curl.haxx.se/libcurl/c/libcurl-errors.html”
Thanking you Sanjit Dutta
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hello,
Looking at the error itself, it looks like that you have set
test.txt
as the endpoint.You need to make sure that the endpoint is set correctly and matches the DigitalOcean Spaces endpoint. For example, it should look something like this:
https://ams3.digitaloceanspaces.com
.Note that you need to change the
ams3
with the actual Spaces location.Regards, Bobby