Hi everyone, has anyone connected from SR to MinIO...
# questions-and-troubleshooting
v
Hi everyone, has anyone connected from SR to MinIO using SELECT * FROM FILES()? Were there any difficulties? I can't resolve the "Access storage error. Error message: Forbidden" error. Although network connectivity is definitely there, and if I connect from FE or BE VMs via awscli (with the same parameters), everything works successfully.
This is my query
and fe logs
r
Seems like it's a networking issue (possibly). Can you describe how do you send your query? like where's your client located?
v
Sure, the FE and BE nodes, along with the MinIO instance, are all in the same local network (172.168.20.*). The client I'm using is DBeaver on my work laptop, which is also on our corporate network.