Unverified Commit 09030755 authored by G33tha's avatar G33tha Committed by GitHub
Browse files

Merge pull request #3626 from krgauraw/release-5.2.0-inquiry

Issue #IQ-193 fix: updated config
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
...@@ -425,9 +425,9 @@ cloud_storage_container: "{{ cloud_storage_content_bucketname }}" ...@@ -425,9 +425,9 @@ cloud_storage_container: "{{ cloud_storage_content_bucketname }}"
cloudstorage { cloudstorage {
metadata.replace_absolute_path={{ cloudstorage_replace_absolute_path | default('false') }} metadata.replace_absolute_path={{ cloudstorage_replace_absolute_path | default('false') }}
metadata.list="{{ cloudstorage_metadata_list }}" metadata.list={{ cloudstorage_metadata_list }}
read_base_path="{{ cloudstorage_base_path }}" read_base_path="{{ cloudstorage_base_path }}"
write_base_path="{{ valid_cloudstorage_base_urls }}" write_base_path={{ valid_cloudstorage_base_urls }}
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment