cvat-ai / cvat

Annotate better with CVAT, the industry-leading data engine for machine learning. Used and trusted by teams at any scale, for data of any scale.
https://cvat.ai
MIT License
11.74k stars 2.88k forks source link

Cloud storage stopped working #8056

Open alexyao2015 opened 1 week ago

alexyao2015 commented 1 week ago

Actions before raising this issue

Steps to Reproduce

  1. Upgrade to v2.14.3
  2. Attempt adding s3 compatible cloud storage
  3. See error stating unable to connect to proxy localhost:4750

Expected Behavior

No error

Possible Solution

No response

Context

Downgrading to v2.12.1 did not have this issue (this is the version I was running before upgrading). This also happens on a fresh install, so it is unrelated to migration.

Environment

- Kubernetes 1.29
bsekachev commented 1 week ago

Issue is not reproducable according to provided steps.

We have plenty of S3 connected storages on public instance and there were not any problems with them after upgrade.

alexyao2015 commented 1 week ago

I'm using minio for storage and have tried repeatedly but got the same error. Perhaps it's only an issue when specifying the endpoint url?

bsekachev commented 2 days ago

We also use minio in testing environment, compose file is here: https://github.com/cvat-ai/cvat/blob/develop/tests/docker-compose.minio.yml

So, I do not think there are any problems with it in general. So, still expect steps to reproduce.