bluer-objects 6.107.1__tar.gz → 6.133.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of bluer-objects might be problematic. Click here for more details.
- {bluer_objects-6.107.1/bluer_objects.egg-info → bluer_objects-6.133.1}/PKG-INFO +2 -2
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/README.md +1 -1
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/tests/storage.sh +9 -3
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/__init__.py +1 -1
- bluer_objects-6.133.1/bluer_objects/config.env +3 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/file/functions.py +2 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/storage/WebDAV.py +0 -7
- bluer_objects-6.133.1/bluer_objects/storage/WebDAVrequest.py +346 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/storage/WebDAVzip.py +5 -21
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/storage/__init__.py +3 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/storage/base.py +30 -2
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/tests/test_env.py +2 -0
- bluer_objects-6.133.1/bluer_objects/tests/test_file_download.py +25 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/tests/test_file_load_save.py +1 -1
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/tests/test_logger_matrix.py +2 -2
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/tests/test_metadata.py +12 -6
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/tests/test_mlflow.py +2 -2
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/tests/test_objects.py +2 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/tests/test_storage.py +8 -21
- bluer_objects-6.133.1/bluer_objects/tests/test_storage_base.py +39 -0
- bluer_objects-6.133.1/bluer_objects/tests/test_storage_webdav_request.py +72 -0
- bluer_objects-6.133.1/bluer_objects/tests/test_storage_webdav_zip.py +39 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1/bluer_objects.egg-info}/PKG-INFO +2 -2
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects.egg-info/SOURCES.txt +5 -0
- bluer_objects-6.107.1/bluer_objects/config.env +0 -3
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/LICENSE +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/MANIFEST.in +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/abcli.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/actions.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/aka.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/alias.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/bluer_objects.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/clone.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/download.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/file.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/gif.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/host.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/ls.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/metadata/get.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/metadata/post.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/metadata.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/mlflow/browse.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/mlflow/cache.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/mlflow/deploy.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/mlflow/list_registered_models.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/mlflow/log_artifacts.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/mlflow/log_run.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/mlflow/run.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/mlflow/tags/clone.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/mlflow/tags/get.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/mlflow/tags/search.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/mlflow/tags/set.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/mlflow/tags.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/mlflow/test.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/mlflow/transition.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/mlflow.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/object.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/select.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/storage/clear.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/storage/download_file.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/storage/exists.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/storage/list.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/storage/rm.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/storage/status.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/storage.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/tests/README.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/tests/clone.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/tests/gif.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/tests/help.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/tests/host.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/tests/ls.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/tests/metadata.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/tests/mlflow_cache.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/tests/mlflow_logging.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/tests/mlflow_tags.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/tests/mlflow_test.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/tests/version.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/.abcli/upload.sh +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/README/__init__.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/README/functions.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/README/items.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/__main__.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/env.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/file/__init__.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/file/__main__.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/file/classes.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/file/load.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/file/save.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/graphics/__init__.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/graphics/__main__.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/graphics/frame.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/graphics/gif.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/graphics/screen.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/graphics/signature.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/graphics/text.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/help/__init__.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/help/__main__.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/help/clone.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/help/download.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/help/functions.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/help/gif.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/help/host.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/help/ls.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/help/metadata.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/help/mlflow/__init__.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/help/mlflow/cache.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/help/mlflow/tags.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/help/upload.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/host/__init__.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/host/__main__.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/host/functions.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/logger/__init__.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/logger/matrix.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/markdown.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/metadata/__init__.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/metadata/__main__.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/metadata/enums.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/metadata/get.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/metadata/post.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/mlflow/__init__.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/mlflow/__main__.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/mlflow/cache.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/mlflow/logging.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/mlflow/models.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/mlflow/objects.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/mlflow/runs.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/mlflow/tags.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/mlflow/testing.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/objects.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/path.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/sample.env +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/storage/__main__.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/testing/__init__.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/testing/__main__.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/testing/functions.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/tests/__init__.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/tests/test_README.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/tests/test_file_load_save_text.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/tests/test_fullname.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/tests/test_graphics.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/tests/test_graphics_frame.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/tests/test_graphics_gif.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/tests/test_graphics_screen.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/tests/test_graphics_signature.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/tests/test_graphics_text.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/tests/test_logger.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/tests/test_markdown.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/tests/test_path.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/tests/test_testing.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/tests/test_version.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects/urls.py +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects.egg-info/dependency_links.txt +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects.egg-info/requires.txt +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/bluer_objects.egg-info/top_level.txt +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/pyproject.toml +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/requirements.txt +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/setup.cfg +0 -0
- {bluer_objects-6.107.1 → bluer_objects-6.133.1}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bluer_objects
|
|
3
|
-
Version: 6.
|
|
3
|
+
Version: 6.133.1
|
|
4
4
|
Summary: 🌀 Object management in Bash.
|
|
5
5
|
Home-page: https://github.com/kamangir/bluer-objects
|
|
6
6
|
Author: Arash Abadpour (Kamangir)
|
|
@@ -63,6 +63,6 @@ pip install bluer-objects
|
|
|
63
63
|
|
|
64
64
|
[](https://github.com/kamangir/bluer-objects/actions/workflows/pylint.yml) [](https://github.com/kamangir/bluer-objects/actions/workflows/pytest.yml) [](https://github.com/kamangir/bluer-objects/actions/workflows/bashtest.yml) [](https://pypi.org/project/bluer-objects/) [](https://pypistats.org/packages/bluer-objects)
|
|
65
65
|
|
|
66
|
-
built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_objects-6.
|
|
66
|
+
built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_objects-6.133.1`](https://github.com/kamangir/bluer-objects).
|
|
67
67
|
|
|
68
68
|
built by 🌀 [`blueness-3.118.1`](https://github.com/kamangir/blueness).
|
|
@@ -30,4 +30,4 @@ pip install bluer-objects
|
|
|
30
30
|
|
|
31
31
|
[](https://github.com/kamangir/bluer-objects/actions/workflows/pylint.yml) [](https://github.com/kamangir/bluer-objects/actions/workflows/pytest.yml) [](https://github.com/kamangir/bluer-objects/actions/workflows/bashtest.yml) [](https://pypi.org/project/bluer-objects/) [](https://pypistats.org/packages/bluer-objects)
|
|
32
32
|
|
|
33
|
-
built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_objects-6.
|
|
33
|
+
built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_objects-6.133.1`](https://github.com/kamangir/bluer-objects).
|
|
@@ -11,10 +11,13 @@ function test_bluer_objects_storage() {
|
|
|
11
11
|
create_test_asset \
|
|
12
12
|
--object_name $object_name
|
|
13
13
|
[[ $? -ne 0 ]] && return 1
|
|
14
|
+
bluer_ai_hr
|
|
14
15
|
|
|
15
|
-
|
|
16
|
+
bluer_objects_ls local $object_name
|
|
17
|
+
[[ $? -ne 0 ]] && return 1
|
|
16
18
|
bluer_ai_hr
|
|
17
19
|
|
|
20
|
+
# upload
|
|
18
21
|
bluer_objects_upload \
|
|
19
22
|
filename=this.yaml \
|
|
20
23
|
$object_name
|
|
@@ -33,12 +36,15 @@ function test_bluer_objects_storage() {
|
|
|
33
36
|
[[ $? -ne 0 ]] && return 1
|
|
34
37
|
bluer_ai_hr
|
|
35
38
|
|
|
39
|
+
bluer_objects_ls cloud $object_name
|
|
40
|
+
[[ $? -ne 0 ]] && return 1
|
|
41
|
+
bluer_ai_hr
|
|
42
|
+
|
|
36
43
|
# clean-up
|
|
37
44
|
rm -rfv $object_path
|
|
38
45
|
bluer_ai_hr
|
|
39
46
|
|
|
40
|
-
#
|
|
41
|
-
|
|
47
|
+
# download
|
|
42
48
|
bluer_objects_download \
|
|
43
49
|
filename=this.yaml \
|
|
44
50
|
$object_name
|
|
@@ -0,0 +1,346 @@
|
|
|
1
|
+
import requests
|
|
2
|
+
from requests.auth import HTTPBasicAuth
|
|
3
|
+
import glob
|
|
4
|
+
from typing import Tuple, List
|
|
5
|
+
from xml.etree import ElementTree as ET
|
|
6
|
+
from tqdm import tqdm
|
|
7
|
+
|
|
8
|
+
from bluer_objects.storage.base import StorageInterface
|
|
9
|
+
from bluer_objects import env, file, path
|
|
10
|
+
from bluer_objects import objects
|
|
11
|
+
from bluer_objects.logger import logger
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# https://chatgpt.com/c/6824cf43-6738-8005-8733-54b6a77f20ee
|
|
15
|
+
class WebDAVRequestInterface(StorageInterface):
|
|
16
|
+
name = "webdav-request"
|
|
17
|
+
|
|
18
|
+
def clear(
|
|
19
|
+
self,
|
|
20
|
+
do_dryrun: bool = True,
|
|
21
|
+
log: bool = True,
|
|
22
|
+
) -> bool:
|
|
23
|
+
logger.info(
|
|
24
|
+
"{}.clear({})".format(
|
|
25
|
+
self.__class__.__name__,
|
|
26
|
+
"dryrun" if do_dryrun else "",
|
|
27
|
+
)
|
|
28
|
+
)
|
|
29
|
+
|
|
30
|
+
success, list_of_objects = self.list_raw(
|
|
31
|
+
suffix="",
|
|
32
|
+
recursive=False,
|
|
33
|
+
)
|
|
34
|
+
if not success:
|
|
35
|
+
return False
|
|
36
|
+
|
|
37
|
+
count: int = 0
|
|
38
|
+
for thing in tqdm(list_of_objects):
|
|
39
|
+
thing_name = thing.split(f"{env.WEBDAV_LOGIN}/", 1)[1]
|
|
40
|
+
if not thing_name.startswith("test"):
|
|
41
|
+
continue
|
|
42
|
+
|
|
43
|
+
if not thing_name.endswith("/"):
|
|
44
|
+
continue
|
|
45
|
+
|
|
46
|
+
if not self.delete(
|
|
47
|
+
object_name=thing_name.split("/", 1)[0],
|
|
48
|
+
do_dryrun=do_dryrun,
|
|
49
|
+
log=log,
|
|
50
|
+
):
|
|
51
|
+
return False
|
|
52
|
+
|
|
53
|
+
count += 1
|
|
54
|
+
|
|
55
|
+
logger.info(f"deleted {count} object(s).")
|
|
56
|
+
return True
|
|
57
|
+
|
|
58
|
+
def delete(
|
|
59
|
+
self,
|
|
60
|
+
object_name: str,
|
|
61
|
+
do_dryrun: bool = True,
|
|
62
|
+
log: bool = True,
|
|
63
|
+
) -> bool:
|
|
64
|
+
if log:
|
|
65
|
+
logger.info(
|
|
66
|
+
"{}.delete({}){}".format(
|
|
67
|
+
self.__class__.__name__,
|
|
68
|
+
object_name,
|
|
69
|
+
" dryrun" if do_dryrun else "",
|
|
70
|
+
)
|
|
71
|
+
)
|
|
72
|
+
if do_dryrun:
|
|
73
|
+
return True
|
|
74
|
+
|
|
75
|
+
try:
|
|
76
|
+
response = requests.request(
|
|
77
|
+
method="DELETE",
|
|
78
|
+
url=f"{env.WEBDAV_HOSTNAME}/{object_name}/",
|
|
79
|
+
auth=HTTPBasicAuth(
|
|
80
|
+
env.WEBDAV_LOGIN,
|
|
81
|
+
env.WEBDAV_PASSWORD,
|
|
82
|
+
),
|
|
83
|
+
)
|
|
84
|
+
except Exception as e:
|
|
85
|
+
logger.error(e)
|
|
86
|
+
return False
|
|
87
|
+
|
|
88
|
+
if response.status_code in [200, 204]:
|
|
89
|
+
return True
|
|
90
|
+
|
|
91
|
+
logger.error(f"failed to delete: {response.status_code} - {response.text}")
|
|
92
|
+
return False
|
|
93
|
+
|
|
94
|
+
def mkdir(
|
|
95
|
+
self,
|
|
96
|
+
path: str,
|
|
97
|
+
log: bool = True,
|
|
98
|
+
) -> bool:
|
|
99
|
+
url = f"{env.WEBDAV_HOSTNAME}/"
|
|
100
|
+
for folder in path.split("/"):
|
|
101
|
+
url = f"{url}{folder}/"
|
|
102
|
+
|
|
103
|
+
try:
|
|
104
|
+
response = requests.request(
|
|
105
|
+
"MKCOL",
|
|
106
|
+
url,
|
|
107
|
+
auth=HTTPBasicAuth(
|
|
108
|
+
env.WEBDAV_LOGIN,
|
|
109
|
+
env.WEBDAV_PASSWORD,
|
|
110
|
+
),
|
|
111
|
+
)
|
|
112
|
+
except Exception as e:
|
|
113
|
+
logger.error(e)
|
|
114
|
+
return False
|
|
115
|
+
|
|
116
|
+
if response.status_code == 405: # Already exists
|
|
117
|
+
continue
|
|
118
|
+
|
|
119
|
+
if response.status_code == 201: # Created
|
|
120
|
+
if log:
|
|
121
|
+
logger.info(
|
|
122
|
+
"{}.mkdir {}".format(
|
|
123
|
+
self.__class__.__name__,
|
|
124
|
+
url.split(env.WEBDAV_HOSTNAME, 1)[1],
|
|
125
|
+
)
|
|
126
|
+
)
|
|
127
|
+
continue
|
|
128
|
+
|
|
129
|
+
logger.error(f"failed to create: {response.status_code} - {response.text}")
|
|
130
|
+
return False
|
|
131
|
+
|
|
132
|
+
return True
|
|
133
|
+
|
|
134
|
+
def download(
|
|
135
|
+
self,
|
|
136
|
+
object_name: str,
|
|
137
|
+
filename: str = "",
|
|
138
|
+
log: bool = True,
|
|
139
|
+
) -> bool:
|
|
140
|
+
if filename:
|
|
141
|
+
local_path = objects.path_of(
|
|
142
|
+
object_name=object_name,
|
|
143
|
+
filename=filename,
|
|
144
|
+
create=True,
|
|
145
|
+
)
|
|
146
|
+
|
|
147
|
+
if not path.create(file.path(local_path)):
|
|
148
|
+
return False
|
|
149
|
+
|
|
150
|
+
url = f"{env.WEBDAV_HOSTNAME}/{object_name}/{filename}"
|
|
151
|
+
|
|
152
|
+
try:
|
|
153
|
+
response = requests.get(
|
|
154
|
+
url,
|
|
155
|
+
auth=HTTPBasicAuth(
|
|
156
|
+
env.WEBDAV_LOGIN,
|
|
157
|
+
env.WEBDAV_PASSWORD,
|
|
158
|
+
),
|
|
159
|
+
)
|
|
160
|
+
except Exception as e:
|
|
161
|
+
logger.error(e)
|
|
162
|
+
return False
|
|
163
|
+
|
|
164
|
+
if response.status_code == 404: # object not found
|
|
165
|
+
return True
|
|
166
|
+
|
|
167
|
+
if response.status_code == 200:
|
|
168
|
+
try:
|
|
169
|
+
with open(local_path, "wb") as file_:
|
|
170
|
+
file_.write(response.content)
|
|
171
|
+
except Exception as e:
|
|
172
|
+
logger.error(e)
|
|
173
|
+
return False
|
|
174
|
+
|
|
175
|
+
return super().download(
|
|
176
|
+
object_name=object_name,
|
|
177
|
+
filename=filename,
|
|
178
|
+
log=log,
|
|
179
|
+
)
|
|
180
|
+
|
|
181
|
+
logger.error(f"failed to download: {response.status_code}")
|
|
182
|
+
return False
|
|
183
|
+
|
|
184
|
+
success, list_of_files = self.ls(
|
|
185
|
+
object_name=object_name,
|
|
186
|
+
where="cloud",
|
|
187
|
+
)
|
|
188
|
+
if not success:
|
|
189
|
+
return False
|
|
190
|
+
|
|
191
|
+
for filename_ in tqdm(list_of_files):
|
|
192
|
+
if not self.download(
|
|
193
|
+
object_name=object_name,
|
|
194
|
+
filename=filename_,
|
|
195
|
+
log=log,
|
|
196
|
+
):
|
|
197
|
+
return False
|
|
198
|
+
|
|
199
|
+
return True
|
|
200
|
+
|
|
201
|
+
def list_raw(
|
|
202
|
+
self,
|
|
203
|
+
suffix: str,
|
|
204
|
+
recursive: bool,
|
|
205
|
+
) -> Tuple[bool, List[str]]:
|
|
206
|
+
# https://chatgpt.com/c/6824f8d3-d9c0-8005-a7fa-d646f812f4b7
|
|
207
|
+
headers = {
|
|
208
|
+
"Depth": "infinity" if recursive else "1",
|
|
209
|
+
"Content-Type": "application/xml",
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
# Minimal PROPFIND XML body
|
|
213
|
+
data = """<?xml version="1.0"?>
|
|
214
|
+
<d:propfind xmlns:d="DAV:">
|
|
215
|
+
<d:prop><d:displayname/></d:prop>
|
|
216
|
+
</d:propfind>"""
|
|
217
|
+
|
|
218
|
+
try:
|
|
219
|
+
response = requests.request(
|
|
220
|
+
method="PROPFIND",
|
|
221
|
+
url=f"{env.WEBDAV_HOSTNAME}/{suffix}",
|
|
222
|
+
data=data,
|
|
223
|
+
headers=headers,
|
|
224
|
+
auth=HTTPBasicAuth(
|
|
225
|
+
env.WEBDAV_LOGIN,
|
|
226
|
+
env.WEBDAV_PASSWORD,
|
|
227
|
+
),
|
|
228
|
+
)
|
|
229
|
+
except Exception as e:
|
|
230
|
+
logger.error(e)
|
|
231
|
+
return False, []
|
|
232
|
+
|
|
233
|
+
if response.status_code == 404: # object not found
|
|
234
|
+
return True, []
|
|
235
|
+
|
|
236
|
+
if response.status_code in (207, 207):
|
|
237
|
+
tree = ET.fromstring(response.content)
|
|
238
|
+
ns = {"d": "DAV:"}
|
|
239
|
+
list_of_files = []
|
|
240
|
+
for resp in tree.findall("d:response", ns):
|
|
241
|
+
href = resp.find("d:href", ns).text
|
|
242
|
+
list_of_files.append(href)
|
|
243
|
+
|
|
244
|
+
return True, list_of_files
|
|
245
|
+
|
|
246
|
+
logger.error(f"failed to list: {response.status_code} - {response.text}")
|
|
247
|
+
return False, []
|
|
248
|
+
|
|
249
|
+
def ls(
|
|
250
|
+
self,
|
|
251
|
+
object_name: str,
|
|
252
|
+
where: str = "local",
|
|
253
|
+
) -> Tuple[bool, List[str]]:
|
|
254
|
+
if where == "cloud":
|
|
255
|
+
success, list_of_files = self.list_raw(
|
|
256
|
+
suffix=f"{object_name}/",
|
|
257
|
+
recursive=True,
|
|
258
|
+
)
|
|
259
|
+
|
|
260
|
+
return success, sorted(
|
|
261
|
+
[
|
|
262
|
+
filename
|
|
263
|
+
for filename in [
|
|
264
|
+
filename.split(f"{env.WEBDAV_LOGIN}/{object_name}/", 1)[1]
|
|
265
|
+
for filename in list_of_files
|
|
266
|
+
if not filename.endswith("/")
|
|
267
|
+
]
|
|
268
|
+
if filename
|
|
269
|
+
]
|
|
270
|
+
)
|
|
271
|
+
|
|
272
|
+
return super().ls(
|
|
273
|
+
object_name=object_name,
|
|
274
|
+
where=where,
|
|
275
|
+
)
|
|
276
|
+
|
|
277
|
+
def upload(
|
|
278
|
+
self,
|
|
279
|
+
object_name: str,
|
|
280
|
+
filename: str = "",
|
|
281
|
+
log: bool = True,
|
|
282
|
+
) -> bool:
|
|
283
|
+
if filename:
|
|
284
|
+
if not self.mkdir(
|
|
285
|
+
path="{}/{}".format(
|
|
286
|
+
object_name,
|
|
287
|
+
file.path(filename),
|
|
288
|
+
),
|
|
289
|
+
log=log,
|
|
290
|
+
):
|
|
291
|
+
return False
|
|
292
|
+
|
|
293
|
+
url = f"{env.WEBDAV_HOSTNAME}/{object_name}/{filename}"
|
|
294
|
+
|
|
295
|
+
local_path = objects.path_of(
|
|
296
|
+
object_name=object_name,
|
|
297
|
+
filename=filename,
|
|
298
|
+
)
|
|
299
|
+
|
|
300
|
+
try:
|
|
301
|
+
with open(local_path, "rb") as file_data:
|
|
302
|
+
response = requests.put(
|
|
303
|
+
url,
|
|
304
|
+
data=file_data,
|
|
305
|
+
auth=HTTPBasicAuth(
|
|
306
|
+
env.WEBDAV_LOGIN,
|
|
307
|
+
env.WEBDAV_PASSWORD,
|
|
308
|
+
),
|
|
309
|
+
)
|
|
310
|
+
except Exception as e:
|
|
311
|
+
logger.error(e)
|
|
312
|
+
return False
|
|
313
|
+
|
|
314
|
+
if response.status_code in [200, 201, 204]:
|
|
315
|
+
return super().upload(
|
|
316
|
+
object_name=object_name,
|
|
317
|
+
filename=filename,
|
|
318
|
+
log=log,
|
|
319
|
+
)
|
|
320
|
+
|
|
321
|
+
logger.error(f"failed to upload: {response.status_code} - {response.text}")
|
|
322
|
+
return False
|
|
323
|
+
|
|
324
|
+
object_path = "{}/".format(objects.object_path(object_name=object_name))
|
|
325
|
+
for filename_ in tqdm(
|
|
326
|
+
sorted(
|
|
327
|
+
glob.glob(
|
|
328
|
+
objects.path_of(
|
|
329
|
+
object_name=object_name,
|
|
330
|
+
filename="**",
|
|
331
|
+
),
|
|
332
|
+
recursive=True,
|
|
333
|
+
)
|
|
334
|
+
)
|
|
335
|
+
):
|
|
336
|
+
if not file.exists(filename_):
|
|
337
|
+
continue
|
|
338
|
+
|
|
339
|
+
if not self.upload(
|
|
340
|
+
object_name=object_name,
|
|
341
|
+
filename=filename_.split(object_path, 1)[1],
|
|
342
|
+
log=log,
|
|
343
|
+
):
|
|
344
|
+
return False
|
|
345
|
+
|
|
346
|
+
return True
|
|
@@ -13,7 +13,7 @@ from bluer_objects.logger import logger
|
|
|
13
13
|
|
|
14
14
|
# tars the objects to avoid 'content-length' - see WebDAVInterface.
|
|
15
15
|
class WebDAVzipInterface(StorageInterface):
|
|
16
|
-
name = "
|
|
16
|
+
name = "webdav-zip"
|
|
17
17
|
|
|
18
18
|
def __init__(self):
|
|
19
19
|
super().__init__()
|
|
@@ -106,24 +106,6 @@ class WebDAVzipInterface(StorageInterface):
|
|
|
106
106
|
object_name: str,
|
|
107
107
|
where: str = "local",
|
|
108
108
|
) -> Tuple[bool, List[str]]:
|
|
109
|
-
if where == "local":
|
|
110
|
-
object_path = objects.object_path(
|
|
111
|
-
object_name=object_name,
|
|
112
|
-
)
|
|
113
|
-
|
|
114
|
-
return True, [
|
|
115
|
-
os.path.relpath(filename, start=object_path)
|
|
116
|
-
for filename in glob.glob(
|
|
117
|
-
os.path.join(
|
|
118
|
-
object_path,
|
|
119
|
-
"**",
|
|
120
|
-
"*",
|
|
121
|
-
),
|
|
122
|
-
recursive=True,
|
|
123
|
-
)
|
|
124
|
-
if os.path.isfile(filename)
|
|
125
|
-
]
|
|
126
|
-
|
|
127
109
|
if where == "cloud":
|
|
128
110
|
try:
|
|
129
111
|
if self.client.check(remote_path=f"{object_name}.zip"):
|
|
@@ -134,8 +116,10 @@ class WebDAVzipInterface(StorageInterface):
|
|
|
134
116
|
|
|
135
117
|
return True, []
|
|
136
118
|
|
|
137
|
-
|
|
138
|
-
|
|
119
|
+
return super().ls(
|
|
120
|
+
object_name=object_name,
|
|
121
|
+
where=where,
|
|
122
|
+
)
|
|
139
123
|
|
|
140
124
|
def upload(
|
|
141
125
|
self,
|
|
@@ -2,6 +2,7 @@ from typing import Tuple, List
|
|
|
2
2
|
|
|
3
3
|
from bluer_objects.storage.base import StorageInterface
|
|
4
4
|
from bluer_objects.storage.WebDAV import WebDAVInterface
|
|
5
|
+
from bluer_objects.storage.WebDAVrequest import WebDAVRequestInterface
|
|
5
6
|
from bluer_objects.storage.WebDAVzip import WebDAVzipInterface
|
|
6
7
|
from bluer_objects import env
|
|
7
8
|
from bluer_objects.logger import logger
|
|
@@ -10,6 +11,8 @@ interface = StorageInterface()
|
|
|
10
11
|
|
|
11
12
|
if env.BLUER_OBJECTS_STORAGE_INTERFACE == WebDAVInterface.name:
|
|
12
13
|
interface = WebDAVInterface()
|
|
14
|
+
elif env.BLUER_OBJECTS_STORAGE_INTERFACE == WebDAVRequestInterface.name:
|
|
15
|
+
interface = WebDAVRequestInterface()
|
|
13
16
|
elif env.BLUER_OBJECTS_STORAGE_INTERFACE == WebDAVzipInterface.name:
|
|
14
17
|
interface = WebDAVzipInterface()
|
|
15
18
|
else:
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
+
import os
|
|
2
|
+
import glob
|
|
1
3
|
from typing import Tuple, List
|
|
2
4
|
|
|
5
|
+
from bluer_objects import objects
|
|
3
6
|
from bluer_objects.logger import logger
|
|
4
7
|
|
|
5
8
|
|
|
@@ -8,7 +11,7 @@ class StorageInterface:
|
|
|
8
11
|
self,
|
|
9
12
|
do_dryrun: bool = True,
|
|
10
13
|
) -> bool:
|
|
11
|
-
return
|
|
14
|
+
return True
|
|
12
15
|
|
|
13
16
|
def download(
|
|
14
17
|
self,
|
|
@@ -32,7 +35,32 @@ class StorageInterface:
|
|
|
32
35
|
object_name: str,
|
|
33
36
|
where: str = "local",
|
|
34
37
|
) -> Tuple[bool, List[str]]:
|
|
35
|
-
|
|
38
|
+
if where == "local":
|
|
39
|
+
object_path = objects.object_path(
|
|
40
|
+
object_name=object_name,
|
|
41
|
+
)
|
|
42
|
+
|
|
43
|
+
return True, sorted(
|
|
44
|
+
[
|
|
45
|
+
os.path.relpath(filename, start=object_path)
|
|
46
|
+
for filename in glob.glob(
|
|
47
|
+
os.path.join(
|
|
48
|
+
object_path,
|
|
49
|
+
"**",
|
|
50
|
+
"*",
|
|
51
|
+
),
|
|
52
|
+
recursive=True,
|
|
53
|
+
)
|
|
54
|
+
if os.path.isfile(filename)
|
|
55
|
+
]
|
|
56
|
+
)
|
|
57
|
+
|
|
58
|
+
if where == "cloud":
|
|
59
|
+
logger.error("not implemented")
|
|
60
|
+
return False, []
|
|
61
|
+
|
|
62
|
+
logger.error(f"Unknown 'where': {where}")
|
|
63
|
+
return False, []
|
|
36
64
|
|
|
37
65
|
def upload(
|
|
38
66
|
self,
|
|
@@ -2,6 +2,7 @@ from bluer_ai.tests.test_env import test_bluer_ai_env
|
|
|
2
2
|
|
|
3
3
|
from bluer_objects import env
|
|
4
4
|
from bluer_objects.storage.WebDAV import WebDAVInterface
|
|
5
|
+
from bluer_objects.storage.WebDAVrequest import WebDAVRequestInterface
|
|
5
6
|
from bluer_objects.storage.WebDAVzip import WebDAVzipInterface
|
|
6
7
|
|
|
7
8
|
|
|
@@ -14,6 +15,7 @@ def test_bluer_objects_env():
|
|
|
14
15
|
|
|
15
16
|
assert env.BLUER_OBJECTS_STORAGE_INTERFACE in [
|
|
16
17
|
WebDAVInterface.name,
|
|
18
|
+
WebDAVRequestInterface.name,
|
|
17
19
|
WebDAVzipInterface.name,
|
|
18
20
|
]
|
|
19
21
|
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import pytest
|
|
2
|
+
|
|
3
|
+
from bluer_objects import objects, file
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
@pytest.mark.parametrize(
|
|
7
|
+
["url"],
|
|
8
|
+
[
|
|
9
|
+
["https://raw.githubusercontent.com/jbrownlee/Datasets/master/shampoo.csv"],
|
|
10
|
+
],
|
|
11
|
+
)
|
|
12
|
+
def test_file_download(url: str):
|
|
13
|
+
object_name = objects.unique_object("test_file_download")
|
|
14
|
+
|
|
15
|
+
filename = objects.path_of(
|
|
16
|
+
object_name=object_name,
|
|
17
|
+
filename=url.split("/")[-1],
|
|
18
|
+
)
|
|
19
|
+
|
|
20
|
+
assert file.download(
|
|
21
|
+
url=url,
|
|
22
|
+
filename=filename,
|
|
23
|
+
)
|
|
24
|
+
|
|
25
|
+
assert file.exists(filename)
|
|
@@ -94,7 +94,7 @@ def test_file_load_save_matrix(
|
|
|
94
94
|
size: Tuple[int, ...],
|
|
95
95
|
dtype: Union[np.dtype, type],
|
|
96
96
|
) -> None:
|
|
97
|
-
object_name = objects.unique_object(test_file_load_save_matrix)
|
|
97
|
+
object_name = objects.unique_object("test_file_load_save_matrix")
|
|
98
98
|
|
|
99
99
|
test_matrix = (
|
|
100
100
|
np.random.randint(0, 256, size=size, dtype=dtype)
|
|
@@ -18,7 +18,7 @@ def test_log_matrix(
|
|
|
18
18
|
test_image,
|
|
19
19
|
verbose: bool,
|
|
20
20
|
):
|
|
21
|
-
object_name = objects.unique_object()
|
|
21
|
+
object_name = objects.unique_object("test_log_matrix")
|
|
22
22
|
|
|
23
23
|
assert log_matrix(
|
|
24
24
|
matrix=test_image,
|
|
@@ -58,7 +58,7 @@ def test_log_matrix_hist(
|
|
|
58
58
|
test_image,
|
|
59
59
|
verbose: bool,
|
|
60
60
|
):
|
|
61
|
-
object_name = objects.unique_object()
|
|
61
|
+
object_name = objects.unique_object("test_log_matrix_hist")
|
|
62
62
|
|
|
63
63
|
assert log_matrix_hist(
|
|
64
64
|
matrix=test_image,
|
|
@@ -77,7 +77,8 @@ def test_metadata(
|
|
|
77
77
|
get_source: Callable[[str], str],
|
|
78
78
|
get_source_type: MetadataSourceType,
|
|
79
79
|
):
|
|
80
|
-
object_name = unique_object()
|
|
80
|
+
object_name = unique_object("test_metadata")
|
|
81
|
+
|
|
81
82
|
key = random()
|
|
82
83
|
value = random()
|
|
83
84
|
|
|
@@ -98,7 +99,8 @@ def test_metadata(
|
|
|
98
99
|
|
|
99
100
|
|
|
100
101
|
def test_metadata_dict():
|
|
101
|
-
object_name = unique_object()
|
|
102
|
+
object_name = unique_object("test_metadata_dict")
|
|
103
|
+
|
|
102
104
|
key = random()
|
|
103
105
|
value = {random(): random() for _ in range(10)}
|
|
104
106
|
|
|
@@ -138,7 +140,8 @@ def test_metadata_dict():
|
|
|
138
140
|
|
|
139
141
|
|
|
140
142
|
def test_metadata_file():
|
|
141
|
-
object_name = unique_object()
|
|
143
|
+
object_name = unique_object("test_metadata_file")
|
|
144
|
+
|
|
142
145
|
key = random()
|
|
143
146
|
value = random()
|
|
144
147
|
|
|
@@ -153,7 +156,8 @@ def test_metadata_file():
|
|
|
153
156
|
|
|
154
157
|
|
|
155
158
|
def test_metadata_object():
|
|
156
|
-
object_name = unique_object()
|
|
159
|
+
object_name = unique_object("test_metadata_object")
|
|
160
|
+
|
|
157
161
|
key = random()
|
|
158
162
|
value = random()
|
|
159
163
|
|
|
@@ -163,7 +167,8 @@ def test_metadata_object():
|
|
|
163
167
|
|
|
164
168
|
|
|
165
169
|
def test_metadata_path():
|
|
166
|
-
object_name = unique_object()
|
|
170
|
+
object_name = unique_object("test_metadata_path")
|
|
171
|
+
|
|
167
172
|
key = random()
|
|
168
173
|
value = random()
|
|
169
174
|
|
|
@@ -175,7 +180,8 @@ def test_metadata_path():
|
|
|
175
180
|
|
|
176
181
|
|
|
177
182
|
def test_metadata_upload():
|
|
178
|
-
object_name = unique_object()
|
|
183
|
+
object_name = unique_object("test_metadata_upload")
|
|
184
|
+
|
|
179
185
|
key = random()
|
|
180
186
|
value = random()
|
|
181
187
|
|