Hello, I followed this tutorial docs.appsmith.com/connect-data/reference/querying-amazon-s3
to connect with my space through appsmith. It uses a S3 connector compatible with DigitalOcean, I generated the key pair, made the space public and added a CORS rule to allow appsmith origin and still not able to connect successfully to the Space.
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.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Heya, @joselinevasquez
Looking at the provided docs, DigitalOcean is listed as a compatible provider so I would guess this has been tested and it should work.
There is an important note in the docs:
You must whitelist the IP address of the Appsmith deployment
18.223.74.85
and3.131.104.27
on your S3 instance before connecting to the bucket. For more information about whitelisting on Amazon, see Managing access based on specific IP addresses.You can check if your Space does not have a restricting access policy and give it another try. Also, you can share any error messages received when trying to estabslish a connection.
Regards