Revision cbd5f433f3ff478fb26e9c09b9e3b5c74512e28d authored by Jonas Otten on 13 December 2023, 10:29:49 UTC, committed by GitHub on 13 December 2023, 10:29:49 UTC
It is not possible to attach a GCS cloud storage bucket whose name contains a dot. As stated [here](https://cloud.google.com/storage/docs/buckets#naming), GCS bucket names allow dots. This is a major problem for us, and this PR fixes this issue.

---------

Co-authored-by: Jonas Otten <jootten@uos.de>
Co-authored-by: Boris Sekachev <sekachev.bs@gmail.com>
Co-authored-by: Maria Khrustaleva <maria@cvat.ai>
1 parent 2aae952
History
File Mode Size
apps
requirements
settings
utils
__init__.py -rw-r--r-- 191 bytes
asgi.py -rw-r--r-- 1011 bytes
nginx.conf -rw-r--r-- 1.7 KB
rq_patching.py -rw-r--r-- 3.0 KB
rqworker.py -rw-r--r-- 2.0 KB
schema.yml -rw-r--r-- 266.9 KB
urls.py -rw-r--r-- 1.9 KB

back to top