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
assets
migrations
tests
__init__.py -rw-r--r-- 177 bytes
admin.py -rw-r--r-- 3.0 KB
apps.py -rw-r--r-- 394 bytes
backup.py -rw-r--r-- 47.5 KB
cache.py -rw-r--r-- 14.6 KB
cloud_provider.py -rw-r--r-- 33.0 KB
filters.py -rw-r--r-- 13.1 KB
frame_provider.py -rw-r--r-- 7.5 KB
handlers.py -rw-r--r-- 846 bytes
location.py -rw-r--r-- 1.2 KB
log.py -rw-r--r-- 2.3 KB
media.mimetypes -rw-r--r-- 4.5 KB
media_extractors.py -rw-r--r-- 37.7 KB
middleware.py -rw-r--r-- 486 bytes
mime_types.py -rw-r--r-- 287 bytes
mixins.py -rw-r--r-- 19.0 KB
models.py -rw-r--r-- 38.4 KB
pagination.py -rw-r--r-- 625 bytes
parsers.py -rw-r--r-- 731 bytes
plugins.py -rw-r--r-- 2.0 KB
renderers.py -rw-r--r-- 206 bytes
schema.py -rw-r--r-- 9.1 KB
serializers.py -rw-r--r-- 89.9 KB
signals.py -rw-r--r-- 3.0 KB
task.py -rw-r--r-- 49.2 KB
urls.py -rw-r--r-- 1.8 KB
utils.py -rw-r--r-- 14.1 KB
view_utils.py -rw-r--r-- 4.1 KB
views.py -rw-r--r-- 145.1 KB

back to top