├── .devcontainer ├── Dockerfile ├── README.md ├── devcontainer.json └── setup.sh ├── .dockerignore ├── .gitattributes ├── .github ├── ISSUE_TEMPLATE.md ├── PULL_REQUEST_TEMPLATE.md ├── actions │ ├── archive-artifacts │ │ └── action.yaml │ ├── debug-wait │ │ └── action.yaml │ ├── deploy │ │ └── action.yaml │ ├── install-doc-dependencies │ │ └── action.yaml │ ├── install-end2end-dependencies │ │ └── action.yaml │ └── wait-docker-ready │ │ └── action.yaml ├── release.yaml ├── scripts │ ├── ceph │ │ ├── Dockerfile │ │ ├── chart │ │ │ ├── Chart.yaml │ │ │ ├── templates │ │ │ │ ├── _helpers.tpl │ │ │ │ ├── deployment.yaml │ │ │ │ └── service.yaml │ │ │ └── values.yaml │ │ └── entrypoint-wrapper.sh │ ├── check_versions.sh │ ├── cosbench │ │ ├── .dockerignore │ │ ├── Dockerfile │ │ ├── insert_data.py │ │ ├── requirements.txt │ │ ├── tmpl.awk │ │ ├── trigger_run.sh │ │ ├── workload.short.xml.tmpl │ │ └── workload.xml.tmpl │ ├── end2end │ │ ├── bootstrap-kind.sh │ │ ├── common.sh │ │ ├── configs │ │ │ ├── keycloak_config.json │ │ │ ├── keycloak_ingress_http.yaml │ │ │ ├── keycloak_ingress_https.yaml │ │ │ ├── keycloak_options.yaml │ │ │ ├── keycloak_user.json │ │ │ ├── notification_destinations.yaml │ │ │ ├── prometheus.yaml │ │ │ ├── zenko.yaml │ │ │ ├── zenko_dr_sink.yaml │ │ │ ├── zenko_dr_source.yaml │ │ │ └── zenkoversion.yaml │ │ ├── configure-e2e-ctst.sh │ │ ├── configure-e2e.sh │ │ ├── create-pull-image-secret.sh │ │ ├── deploy-metadata.sh │ │ ├── deploy-zenko.sh │ │ ├── deploy-zkop.sh │ │ ├── enable-https.sh │ │ ├── fix-zookeeper.sh │ │ ├── install-kind-dependencies.sh │ │ ├── install-mocks.sh │ │ ├── keycloak-helper.sh │ │ ├── patch-coredns.sh │ │ ├── prepare-pra.sh │ │ ├── requirements.sh │ │ ├── run-e2e-ctst.sh │ │ └── run-e2e-test.sh │ ├── get-build-artifact.js │ ├── get-previous-tag.js │ ├── launch-end2end.sh │ └── mocks │ │ ├── aws-mock.yaml │ │ ├── aws │ │ └── mock-metadata.tar.gz │ │ ├── azure-mock.yaml │ │ └── azure │ │ ├── Dockerfile │ │ └── docker-entrypoint.sh ├── stale.yml └── workflows │ ├── alerts.yaml │ ├── end2end.yaml │ └── release.yaml ├── .gitignore ├── .readthedocs.yml ├── LICENSE ├── README.md ├── VERSION ├── docs ├── .dockerignore ├── .gitignore ├── Dockerfile ├── Makefile ├── docsource │ ├── Makefile │ ├── _static │ │ ├── .gitignore │ │ ├── Zenko_cover.png │ │ └── Zenko_logo.png │ ├── _templates_rtd │ │ └── page.html │ ├── conf.py │ ├── graphics │ │ ├── Add_AWS_bucket_for_OOB.png │ │ ├── Add_AWS_location_for_OOB.png │ │ ├── Add_New_Storage_Location_RING_advanced_options.png │ │ ├── Add_New_Storage_Location_RING_sproxyd.png │ │ ├── Branding_Assets │ │ │ ├── Google_Cloud_Storage_desaturated.png │ │ │ ├── MS Azure Storage - Blob_desaturated.png │ │ │ ├── RING_Logo_Black.svg │ │ │ ├── Ring-1.jpg │ │ │ ├── Scality Logo Horizontal Black.eps │ │ │ ├── Scality Logo Horizontal Black.png │ │ │ ├── Scality Logo Horizontal White.eps │ │ │ ├── Scality Logo Horizontal White.png │ │ │ ├── Scality Logo Stacked Black.eps │ │ │ ├── Scality Logo Stacked White.eps │ │ │ ├── Scality RING Logo in Black.ai │ │ │ ├── Scality RING Logo in White.ai │ │ │ ├── Scality_Logo_Horizontal_White.png │ │ │ ├── Zenko Logo Black_no_text.svg │ │ │ ├── Zenko Logo in Black.ai │ │ │ ├── Zenko Logo in Black.svg │ │ │ ├── Zenko Logo in White.ai │ │ │ ├── Zenko-Logo-Wide-white-on-sitegray.png │ │ │ ├── Zenko_logo.svg │ │ │ ├── cropped_Planet_Clouds.png │ │ │ └── metalK8s_logos │ │ │ │ ├── color.xsl │ │ │ │ ├── generate.sh │ │ │ │ ├── generated │ │ │ │ ├── metalk8s-logo-vertical-black.svg │ │ │ │ ├── metalk8s-logo-wide-black.pdf │ │ │ │ ├── metalk8s-logo-wide-black.svg │ │ │ │ ├── metalk8s-logo-wide-white-200.png │ │ │ │ └── metalk8s-logo-wide-white.svg │ │ │ │ ├── metalk8s-logo-vertical.svg │ │ │ │ └── metalk8s-logo-wide.svg │ │ ├── Cerebro_dashboard.png │ │ ├── CloudServer.pdf │ │ ├── CloudServer.svg │ │ ├── Cosmos.pdf │ │ ├── Cosmos.svg │ │ ├── Forget_XDM_Instance.png │ │ ├── Grafana_app_level_CloudServer_dashboard.png │ │ ├── Grafana_app_level_dashboard.png │ │ ├── Grafana_login_app-level.png │ │ ├── MK8s_LV_entry.png │ │ ├── MK8s_clean.png │ │ ├── MK8s_details.png │ │ ├── MK8s_new_node.png │ │ ├── MK8s_new_node_filled_in.png │ │ ├── MK8s_node_created.png │ │ ├── MK8s_node_created_green.png │ │ ├── MK8s_node_select.png │ │ ├── MK8s_volume_create.png │ │ ├── MK8s_volume_create_filled_in.png │ │ ├── MK8s_volume_create_success.png │ │ ├── MK8s_volume_tab.png │ │ ├── MetalK8s_Dash.png │ │ ├── Settings.png │ │ ├── XDM_accounts.png │ │ ├── XDM_arch_NoNFS.pdf │ │ ├── XDM_arch_NoNFS.svg │ │ ├── XDM_cluster_NoNFS.pdf │ │ ├── XDM_cluster_NoNFS.svg │ │ ├── XDM_hi-level.pdf │ │ ├── XDM_hi-level.svg │ │ ├── XDM_login.png │ │ ├── Zenko.io_screen.png │ │ ├── Zenko_2.0.svg │ │ ├── Zenko_arch+nfs.svg │ │ ├── Zenko_arch.pdf │ │ ├── Zenko_arch_NoNFS.pdf │ │ ├── Zenko_arch_NoNFS.svg │ │ ├── Zenko_cluster_NoNFS.pdf │ │ ├── Zenko_cluster_NoNFS.svg │ │ ├── Zenko_hi-level.pdf │ │ ├── Zenko_hi-level.svg │ │ ├── account_banner.PNG │ │ ├── accounts-page.PNG │ │ ├── add_new_cloud_location.png │ │ ├── add_new_location_dialog.png │ │ ├── add_nfs_location.png │ │ ├── aws_bucket_dashboard.png │ │ ├── aws_versioning_enabled.png │ │ ├── bucket_delete_verify.png │ │ ├── bucket_delete_verify_selected.png │ │ ├── bucket_select.png │ │ ├── close_button.PNG │ │ ├── cloud_locations_modal.png │ │ ├── copy_access_key.PNG │ │ ├── cosmos_initial_ingest.png │ │ ├── create_bucket_mirror_mode.png │ │ ├── create_endpoint.png │ │ ├── create_endpoint_options.png │ │ ├── create_nfs_bucket.png │ │ ├── credentialed_user.png │ │ ├── delete_access_key_icon.PNG │ │ ├── delete_button.png │ │ ├── download_button_selected.png │ │ ├── endpoint_created.png │ │ ├── google_login.png │ │ ├── kibana_opening_screen.png │ │ ├── kubernetes_dashboard.png │ │ ├── kubernetes_dashboard_login.png │ │ ├── location_status.png │ │ ├── metadata_search_results.png │ │ ├── mirroring_enabled_indicator.png │ │ ├── multicloud_browser_1_bucket.png │ │ ├── multicloud_browser_select_bucket.png │ │ ├── new_cloud_location.png │ │ ├── new_user_created.png │ │ ├── newuser_add_storage_location_prompt.png │ │ ├── orbit_authenticate.png │ │ ├── orbit_enter_instance_ID.png │ │ ├── orbit_install_success.png │ │ ├── orbit_instance_ready.png │ │ ├── orbit_register_my_instance.png │ │ ├── orbit_registration.png │ │ ├── orbit_user_revoke_warning.png │ │ ├── prometheus.png │ │ ├── replication_no_target_message.png │ │ ├── root_user_access_keys_dialog.PNG │ │ ├── sandbox_settings.png │ │ ├── save_secret_access_key_dialog.PNG │ │ ├── secret_key_my_account.png │ │ ├── sidebar_browser_button.png │ │ ├── sidebar_replication_button.png │ │ ├── sidebar_settings_button.png │ │ ├── sidebar_storage_accounts_button.png │ │ ├── sidebar_storage_locations_button.png │ │ ├── sign_into_artesca.PNG │ │ ├── unlink_zenko.png │ │ ├── upload_button_hover.png │ │ ├── xdm_ui_account_created.png │ │ ├── xdm_ui_account_filter.png │ │ ├── xdm_ui_account_mgmt_window.png │ │ ├── xdm_ui_account_not_created.png │ │ ├── xdm_ui_account_selected.png │ │ ├── xdm_ui_account_view.png │ │ ├── xdm_ui_add_first_bucket.png │ │ ├── xdm_ui_add_new_storage_location.png │ │ ├── xdm_ui_add_sproxyd_selected.png │ │ ├── xdm_ui_add_storage_location_sproxyd.png │ │ ├── xdm_ui_bucket_contents.png │ │ ├── xdm_ui_bucket_create.png │ │ ├── xdm_ui_bucket_created.png │ │ ├── xdm_ui_bucket_delete_confirm.png │ │ ├── xdm_ui_bucket_delete_select.png │ │ ├── xdm_ui_bucket_overview.png │ │ ├── xdm_ui_bucket_select.png │ │ ├── xdm_ui_create_account.png │ │ ├── xdm_ui_create_workflow_first.png │ │ ├── xdm_ui_data_browser.png │ │ ├── xdm_ui_data_browser_account_select.png │ │ ├── xdm_ui_delete_confirmation.png │ │ ├── xdm_ui_icon_delete.png │ │ ├── xdm_ui_icon_edit.png │ │ ├── xdm_ui_list_versions_toggle.png │ │ ├── xdm_ui_location_add.png │ │ ├── xdm_ui_location_create_mirror.png │ │ ├── xdm_ui_location_delete_confirm.png │ │ ├── xdm_ui_location_edit.png │ │ ├── xdm_ui_locations_tab.png │ │ ├── xdm_ui_login.png │ │ ├── xdm_ui_metadata_search_entry.png │ │ ├── xdm_ui_metadata_search_results.png │ │ ├── xdm_ui_object_add_more.png │ │ ├── xdm_ui_object_delete_confirm.png │ │ ├── xdm_ui_object_delete_select.png │ │ ├── xdm_ui_object_delete_versioned.png │ │ ├── xdm_ui_object_delete_versioned_confirm.png │ │ ├── xdm_ui_object_delete_versioned_selected.png │ │ ├── xdm_ui_object_download.png │ │ ├── xdm_ui_object_info_metadata.png │ │ ├── xdm_ui_object_info_summary.png │ │ ├── xdm_ui_object_info_tags.png │ │ ├── xdm_ui_object_info_versioned.png │ │ ├── xdm_ui_object_select.png │ │ ├── xdm_ui_object_upload.png │ │ ├── xdm_ui_workflow_create.png │ │ ├── xdm_ui_workflow_create_unfilled.png │ │ ├── xdm_ui_workflow_defined.png │ │ ├── xdm_ui_workflow_delete.png │ │ ├── xdm_ui_workflow_panel.png │ │ └── xdm_ui_workflow_select.png │ ├── include │ │ ├── cli-input-json.txt │ │ ├── legal_notice.txt │ │ ├── marketing_intro.txt │ │ └── publication_history.txt │ ├── index.rst │ ├── index_pdf.rst │ ├── installation │ │ ├── Graphics │ │ │ ├── Branding_Assets │ │ │ │ ├── Google_Cloud_Storage_desaturated.png │ │ │ │ ├── MS Azure Storage - Blob_desaturated.png │ │ │ │ ├── RING_Logo_Black.svg │ │ │ │ ├── Ring-1.jpg │ │ │ │ ├── Scality Logo Horizontal Black.eps │ │ │ │ ├── Scality Logo Horizontal Black.png │ │ │ │ ├── Scality Logo Horizontal White.eps │ │ │ │ ├── Scality Logo Horizontal White.png │ │ │ │ ├── Scality Logo Stacked Black.eps │ │ │ │ ├── Scality Logo Stacked White.eps │ │ │ │ ├── Scality RING Logo in Black.ai │ │ │ │ ├── Scality RING Logo in White.ai │ │ │ │ ├── Scality_Logo_Horizontal_White.png │ │ │ │ ├── Zenko Logo Black_no_text.svg │ │ │ │ ├── Zenko Logo in Black.ai │ │ │ │ ├── Zenko Logo in Black.svg │ │ │ │ ├── Zenko Logo in White.ai │ │ │ │ ├── Zenko-Logo-Wide-white-on-sitegray.png │ │ │ │ ├── Zenko_logo.svg │ │ │ │ ├── cropped_Planet_Clouds.png │ │ │ │ └── metalK8s_logos │ │ │ │ │ ├── color.xsl │ │ │ │ │ ├── generate.sh │ │ │ │ │ ├── generated │ │ │ │ │ ├── metalk8s-logo-vertical-black.svg │ │ │ │ │ ├── metalk8s-logo-wide-black.pdf │ │ │ │ │ ├── metalk8s-logo-wide-black.svg │ │ │ │ │ ├── metalk8s-logo-wide-white-200.png │ │ │ │ │ └── metalk8s-logo-wide-white.svg │ │ │ │ │ ├── metalk8s-logo-vertical.svg │ │ │ │ │ └── metalk8s-logo-wide.svg │ │ │ ├── MK8s_LV_entry.png │ │ │ ├── MK8s_clean.png │ │ │ ├── MK8s_details.png │ │ │ ├── MK8s_new_node.png │ │ │ ├── MK8s_new_node_filled_in.png │ │ │ ├── MK8s_node_created.png │ │ │ ├── MK8s_node_created_green.png │ │ │ ├── MK8s_node_select.png │ │ │ ├── MK8s_volume_create.png │ │ │ ├── MK8s_volume_create_filled_in.png │ │ │ ├── MK8s_volume_create_success.png │ │ │ ├── MK8s_volume_tab.png │ │ │ ├── add_new_cloud_location.png │ │ │ ├── add_new_location_dialog.png │ │ │ ├── add_nfs_location.png │ │ │ ├── cosmos_initial_ingest.png │ │ │ ├── create_bucket_mirror_mode.png │ │ │ ├── create_nfs_bucket.png │ │ │ ├── mirroring_enabled_indicator.png │ │ │ ├── new_cloud_location.png │ │ │ ├── orbit_authenticate.png │ │ │ ├── orbit_enter_instance_ID.png │ │ │ ├── orbit_install_success.png │ │ │ ├── orbit_instance_ready.png │ │ │ ├── orbit_register_my_instance.png │ │ │ └── orbit_registration.png │ │ ├── _static │ │ ├── configure │ │ │ ├── configure_KMIP.rst │ │ │ ├── configure_ingress.rst │ │ │ ├── configuring_zenko.rst │ │ │ ├── create_an_initial_access_key.rst │ │ │ └── index.rst │ │ ├── index.rst │ │ ├── index_pdf.rst │ │ ├── install │ │ │ ├── index.rst │ │ │ ├── install_helm.rst │ │ │ ├── install_xdm.rst │ │ │ └── install_zenko.rst │ │ ├── prepare │ │ │ ├── configure_logical_volumes.rst │ │ │ ├── index.rst │ │ │ ├── node_setup.rst │ │ │ ├── preconfiguring_zenko.rst │ │ │ ├── proxies.rst │ │ │ ├── setting_up_a_cluster.rst │ │ │ └── sizing.rst │ │ ├── uninstall │ │ │ └── index.rst │ │ └── upgrade │ │ │ ├── index.rst │ │ │ └── upgrade_zenko.rst │ ├── introduction │ │ ├── architecture │ │ │ ├── Backbeat.rst │ │ │ ├── Blobserver.rst │ │ │ ├── CloudServer.rst │ │ │ ├── Cosmos.rst │ │ │ ├── Kafka.rst │ │ │ ├── Kubernetes.rst │ │ │ ├── MongoDB.rst │ │ │ ├── Prometheus.rst │ │ │ ├── Redis-Sentinel.rst │ │ │ ├── S3_Data.rst │ │ │ ├── ZooKeeper.rst │ │ │ ├── index.rst │ │ │ └── xdm_ui.rst │ │ ├── index.rst │ │ └── supported_clouds+services.rst │ ├── operation │ │ ├── Graphics │ │ │ ├── Add_AWS_bucket_for_OOB.png │ │ │ ├── Add_AWS_location_for_OOB.png │ │ │ ├── Add_New_Storage_Location_RING_advanced_options.png │ │ │ ├── Add_New_Storage_Location_RING_sproxyd.png │ │ │ ├── Cerebro_dashboard.png │ │ │ ├── CloudServer.pdf │ │ │ ├── CloudServer.svg │ │ │ ├── Cosmos.pdf │ │ │ ├── Cosmos.svg │ │ │ ├── Forget_XDM_Instance.png │ │ │ ├── Grafana_app_level_CloudServer_dashboard.png │ │ │ ├── Grafana_app_level_dashboard.png │ │ │ ├── Grafana_login_app-level.png │ │ │ ├── MetalK8s_Dash.png │ │ │ ├── Settings.png │ │ │ ├── XDM_accounts.png │ │ │ ├── XDM_arch_NoNFS.pdf │ │ │ ├── XDM_arch_NoNFS.svg │ │ │ ├── XDM_cluster_NoNFS.pdf │ │ │ ├── XDM_cluster_NoNFS.svg │ │ │ ├── XDM_hi-level.pdf │ │ │ ├── XDM_hi-level.svg │ │ │ ├── XDM_login.png │ │ │ ├── Zenko.io_screen.png │ │ │ ├── Zenko_2.0.svg │ │ │ ├── Zenko_arch+nfs.svg │ │ │ ├── Zenko_arch.pdf │ │ │ ├── Zenko_arch_NoNFS.pdf │ │ │ ├── Zenko_arch_NoNFS.svg │ │ │ ├── Zenko_cluster_NoNFS.pdf │ │ │ ├── Zenko_cluster_NoNFS.svg │ │ │ ├── Zenko_hi-level.pdf │ │ │ ├── Zenko_hi-level.svg │ │ │ ├── add_new_cloud_location.png │ │ │ ├── add_new_location_dialog.png │ │ │ ├── add_nfs_location.png │ │ │ ├── aws_bucket_dashboard.png │ │ │ ├── aws_versioning_enabled.png │ │ │ ├── bucket_delete_verify.png │ │ │ ├── bucket_delete_verify_selected.png │ │ │ ├── bucket_select.png │ │ │ ├── cloud_locations_modal.png │ │ │ ├── cosmos_initial_ingest.png │ │ │ ├── create_bucket_mirror_mode.png │ │ │ ├── create_nfs_bucket.png │ │ │ ├── credentialed_user.png │ │ │ ├── delete_button.png │ │ │ ├── download_button_selected.png │ │ │ ├── google_login.png │ │ │ ├── kibana_opening_screen.png │ │ │ ├── kubernetes_dashboard.png │ │ │ ├── kubernetes_dashboard_login.png │ │ │ ├── location_status.png │ │ │ ├── metadata_search_results.png │ │ │ ├── mirroring_enabled_indicator.png │ │ │ ├── multicloud_browser_1_bucket.png │ │ │ ├── multicloud_browser_select_bucket.png │ │ │ ├── new_cloud_location.png │ │ │ ├── new_user_created.png │ │ │ ├── newuser_add_storage_location_prompt.png │ │ │ ├── orbit_user_revoke_warning.png │ │ │ ├── prometheus.png │ │ │ ├── replication_no_target_message.png │ │ │ ├── sandbox_settings.png │ │ │ ├── secret_key_my_account.png │ │ │ ├── sidebar_browser_button.png │ │ │ ├── sidebar_replication_button.png │ │ │ ├── sidebar_settings_button.png │ │ │ ├── sidebar_storage_accounts_button.png │ │ │ ├── sidebar_storage_locations_button.png │ │ │ ├── unlink_zenko.png │ │ │ ├── upload_button_hover.png │ │ │ ├── xdm_ui_account_created.png │ │ │ ├── xdm_ui_account_filter.png │ │ │ ├── xdm_ui_account_mgmt_window.png │ │ │ ├── xdm_ui_account_not_created.png │ │ │ ├── xdm_ui_account_selected.png │ │ │ ├── xdm_ui_account_view.png │ │ │ ├── xdm_ui_add_first_bucket.png │ │ │ ├── xdm_ui_add_new_storage_location.png │ │ │ ├── xdm_ui_add_sproxyd_selected.png │ │ │ ├── xdm_ui_add_storage_location_sproxyd.png │ │ │ ├── xdm_ui_bucket_contents.png │ │ │ ├── xdm_ui_bucket_create.png │ │ │ ├── xdm_ui_bucket_created.png │ │ │ ├── xdm_ui_bucket_delete_confirm.png │ │ │ ├── xdm_ui_bucket_delete_select.png │ │ │ ├── xdm_ui_bucket_overview.png │ │ │ ├── xdm_ui_bucket_select.png │ │ │ ├── xdm_ui_create_account.png │ │ │ ├── xdm_ui_create_workflow_first.png │ │ │ ├── xdm_ui_data_browser.png │ │ │ ├── xdm_ui_data_browser_account_select.png │ │ │ ├── xdm_ui_delete_confirmation.png │ │ │ ├── xdm_ui_icon_delete.png │ │ │ ├── xdm_ui_icon_edit.png │ │ │ ├── xdm_ui_list_versions_toggle.png │ │ │ ├── xdm_ui_location_add.png │ │ │ ├── xdm_ui_location_create_mirror.png │ │ │ ├── xdm_ui_location_delete_confirm.png │ │ │ ├── xdm_ui_location_edit.png │ │ │ ├── xdm_ui_locations_tab.png │ │ │ ├── xdm_ui_login.png │ │ │ ├── xdm_ui_metadata_search_entry.png │ │ │ ├── xdm_ui_metadata_search_results.png │ │ │ ├── xdm_ui_object_add_more.png │ │ │ ├── xdm_ui_object_delete_confirm.png │ │ │ ├── xdm_ui_object_delete_select.png │ │ │ ├── xdm_ui_object_delete_versioned.png │ │ │ ├── xdm_ui_object_delete_versioned_confirm.png │ │ │ ├── xdm_ui_object_delete_versioned_selected.png │ │ │ ├── xdm_ui_object_download.png │ │ │ ├── xdm_ui_object_info_metadata.png │ │ │ ├── xdm_ui_object_info_summary.png │ │ │ ├── xdm_ui_object_info_tags.png │ │ │ ├── xdm_ui_object_info_versioned.png │ │ │ ├── xdm_ui_object_select.png │ │ │ ├── xdm_ui_object_upload.png │ │ │ ├── xdm_ui_workflow_create.png │ │ │ ├── xdm_ui_workflow_create_unfilled.png │ │ │ ├── xdm_ui_workflow_defined.png │ │ │ ├── xdm_ui_workflow_delete.png │ │ │ ├── xdm_ui_workflow_panel.png │ │ │ └── xdm_ui_workflow_select.png │ │ ├── _static │ │ ├── account_operations │ │ │ ├── create_access_key.txt │ │ │ ├── create_access_keys.rst │ │ │ ├── create_an_account.rst │ │ │ ├── delete_access_key.txt │ │ │ ├── delete_access_keys.rst │ │ │ ├── delete_an_account.rst │ │ │ ├── index.rst │ │ │ └── list_access_keys.txt │ │ ├── bucket_operations │ │ │ ├── create_a_bucket.rst │ │ │ ├── create_a_replication_workflow.rst │ │ │ ├── delete_a_bucket.rst │ │ │ ├── delete_a_replication_workflow.rst │ │ │ ├── index.rst │ │ │ ├── inspect_a_bucket.rst │ │ │ ├── metadata_search │ │ │ │ ├── differences_from_sql.rst │ │ │ │ ├── http_search_requests.rst │ │ │ │ ├── index.rst │ │ │ │ ├── metadata_operation.rst │ │ │ │ ├── metadata_search.rst │ │ │ │ ├── search_tool_characteristics.rst │ │ │ │ ├── searching_metadata_with_XDM.rst │ │ │ │ ├── specifying_metadata_fields.rst │ │ │ │ └── using_search_bucket.rst │ │ │ └── update_a_replication_workflow.rst │ │ ├── dashboards │ │ │ ├── Accessing_Cloud_Dashboards.rst │ │ │ ├── Cerebro.rst │ │ │ ├── Grafana.rst │ │ │ ├── Kibana.rst │ │ │ ├── Kubernetes_Dashboard.rst │ │ │ ├── Prometheus.rst │ │ │ └── index.rst │ │ ├── index.rst │ │ ├── index_pdf.rst │ │ ├── location_management │ │ │ ├── add_a_storage_location.rst │ │ │ ├── delete_a_storage_location.rst │ │ │ ├── edit_a_storage_location.rst │ │ │ └── index.rst │ │ ├── object_operations │ │ │ ├── delete_objects.rst │ │ │ ├── download_an_object.rst │ │ │ ├── index.rst │ │ │ ├── upload_objects_to_buckets.rst │ │ │ ├── view_object_info.rst │ │ │ └── view_object_versions.rst │ │ └── platform_operations │ │ │ ├── create_an_ingress_endpoint.rst │ │ │ ├── create_an_s3_endpoint.rst │ │ │ ├── delete_an_s3_endpoint.rst │ │ │ ├── generate_an_account_root_access_key.rst │ │ │ ├── index.rst │ │ │ └── retrieve_access_tokens.rst │ ├── reference │ │ ├── _static │ │ │ ├── .gitignore │ │ │ ├── Scality Logo Horizontal White.png │ │ │ ├── Zenko Logo Horizontal.png │ │ │ ├── Zenko-Logo-Wide-white-on-sitegray.png │ │ │ ├── Zenko_cover.png │ │ │ ├── Zenko_logo.svg │ │ │ ├── classic.css │ │ │ ├── custom.css │ │ │ ├── favicon.ico │ │ │ ├── fonts │ │ │ │ ├── Oswald │ │ │ │ │ ├── Oswald-Bold.ttf │ │ │ │ │ ├── Oswald-BoldItalic.ttf │ │ │ │ │ ├── Oswald-Demi-BoldItalic.ttf │ │ │ │ │ ├── Oswald-DemiBold.ttf │ │ │ │ │ ├── Oswald-Extra-LightItalic.ttf │ │ │ │ │ ├── Oswald-ExtraLight.ttf │ │ │ │ │ ├── Oswald-Heavy.ttf │ │ │ │ │ ├── Oswald-HeavyItalic.ttf │ │ │ │ │ ├── Oswald-Light.ttf │ │ │ │ │ ├── Oswald-LightItalic.ttf │ │ │ │ │ ├── Oswald-Medium.ttf │ │ │ │ │ ├── Oswald-MediumItalic.ttf │ │ │ │ │ ├── Oswald-Regular.ttf │ │ │ │ │ ├── Oswald-RegularItalic.ttf │ │ │ │ │ ├── Oswald-Stencil.ttf │ │ │ │ │ └── SIL Open Font License.txt │ │ │ │ └── Roboto │ │ │ │ │ ├── Apache License.txt │ │ │ │ │ ├── Roboto-Black.ttf │ │ │ │ │ ├── Roboto-BlackItalic.ttf │ │ │ │ │ ├── Roboto-Bold.ttf │ │ │ │ │ ├── Roboto-BoldItalic.ttf │ │ │ │ │ ├── Roboto-Italic.ttf │ │ │ │ │ ├── Roboto-Light.ttf │ │ │ │ │ ├── Roboto-LightItalic.ttf │ │ │ │ │ ├── Roboto-Medium.ttf │ │ │ │ │ ├── Roboto-MediumItalic.ttf │ │ │ │ │ ├── Roboto-Regular.ttf │ │ │ │ │ ├── Roboto-Thin.ttf │ │ │ │ │ ├── Roboto-ThinItalic.ttf │ │ │ │ │ ├── RobotoCondensed-Bold.ttf │ │ │ │ │ ├── RobotoCondensed-BoldItalic.ttf │ │ │ │ │ ├── RobotoCondensed-Italic.ttf │ │ │ │ │ ├── RobotoCondensed-Light.ttf │ │ │ │ │ ├── RobotoCondensed-LightItalic.ttf │ │ │ │ │ └── RobotoCondensed-Regular.ttf │ │ │ └── footer_logo.png │ │ ├── apis │ │ │ ├── blobserver │ │ │ │ ├── Account │ │ │ │ │ ├── GetAccountInformation.rst │ │ │ │ │ ├── GetBlobServiceProperties.rst │ │ │ │ │ ├── GetBlobServiceStats.rst │ │ │ │ │ ├── ListContainers.rst │ │ │ │ │ ├── SetBlobServiceProperties.rst │ │ │ │ │ └── index.rst │ │ │ │ ├── Blob │ │ │ │ │ ├── CopyBlob.rst │ │ │ │ │ ├── DeleteBlob.rst │ │ │ │ │ ├── GetBlob.rst │ │ │ │ │ ├── GetBlobMetadata.rst │ │ │ │ │ ├── GetBlobProperties.rst │ │ │ │ │ ├── GetBlockList.rst │ │ │ │ │ ├── PutBlob.rst │ │ │ │ │ ├── PutBlock.rst │ │ │ │ │ ├── PutBlockList.rst │ │ │ │ │ ├── SetBlobMetadata.rst │ │ │ │ │ ├── SetBlobProperties.rst │ │ │ │ │ └── index.rst │ │ │ │ ├── Container │ │ │ │ │ ├── CreateContainer.rst │ │ │ │ │ ├── DeleteContainer.rst │ │ │ │ │ ├── GetContainerACL.rst │ │ │ │ │ ├── GetContainerMetadata.rst │ │ │ │ │ ├── GetContainerProperties.rst │ │ │ │ │ ├── ListBlobs.rst │ │ │ │ │ ├── SetContainerACL.rst │ │ │ │ │ ├── SetContainerMetadata.rst │ │ │ │ │ └── index.rst │ │ │ │ ├── common_features │ │ │ │ │ ├── index.rst │ │ │ │ │ └── status_and_error_codes.rst │ │ │ │ └── index.rst │ │ │ ├── cloudserver │ │ │ │ ├── access_control │ │ │ │ │ ├── ACLs │ │ │ │ │ │ ├── grantable_permissions.rst │ │ │ │ │ │ ├── grantee_eligibility.rst │ │ │ │ │ │ ├── index.rst │ │ │ │ │ │ └── specifying_an_acl.rst │ │ │ │ │ ├── CORS │ │ │ │ │ │ └── index.rst │ │ │ │ │ ├── bucket_policies │ │ │ │ │ │ └── index.rst │ │ │ │ │ └── index.rst │ │ │ │ ├── backbeat │ │ │ │ │ ├── crr_pause_resume │ │ │ │ │ │ ├── get_crr_resume_time.rst │ │ │ │ │ │ ├── get_crr_status.rst │ │ │ │ │ │ ├── get_crr_status_per_location.rst │ │ │ │ │ │ ├── index.rst │ │ │ │ │ │ ├── pause_all_crr.rst │ │ │ │ │ │ ├── pause_crr_per_location.rst │ │ │ │ │ │ ├── resume_all_crr.rst │ │ │ │ │ │ ├── resume_crr_per_location.rst │ │ │ │ │ │ └── set_crr_resume_time.rst │ │ │ │ │ ├── crr_retry │ │ │ │ │ │ ├── get_all_failed.rst │ │ │ │ │ │ ├── get_failed_ops_by_object.rst │ │ │ │ │ │ ├── index.rst │ │ │ │ │ │ └── retry_failed_ops.rst │ │ │ │ │ ├── healthcheck │ │ │ │ │ │ ├── get_healthcheck.rst │ │ │ │ │ │ └── index.rst │ │ │ │ │ ├── index.rst │ │ │ │ │ └── metrics │ │ │ │ │ │ ├── get_all_metrics.rst │ │ │ │ │ │ ├── get_backlog.rst │ │ │ │ │ │ ├── get_completions.rst │ │ │ │ │ │ ├── get_failures.rst │ │ │ │ │ │ ├── get_pending.rst │ │ │ │ │ │ ├── get_progress.rst │ │ │ │ │ │ ├── get_throughput_bytes-sec.rst │ │ │ │ │ │ ├── get_throughput_ops-sec.rst │ │ │ │ │ │ └── index.rst │ │ │ │ ├── bucket_operations │ │ │ │ │ ├── bucket_ingestion_metrics │ │ │ │ │ │ ├── get_all_metrics.rst │ │ │ │ │ │ ├── get_completions_per_location.rst │ │ │ │ │ │ ├── get_metrics_per_location.rst │ │ │ │ │ │ ├── get_pending_object_count.rst │ │ │ │ │ │ ├── get_throughput_rate_per_location.rst │ │ │ │ │ │ └── index.rst │ │ │ │ │ ├── bucket_lifecycle_operations │ │ │ │ │ │ ├── delete_bucket_lifecycle.rst │ │ │ │ │ │ ├── get_bucket_lifecycle.rst │ │ │ │ │ │ ├── index.rst │ │ │ │ │ │ └── put_bucket_lifecycle.rst │ │ │ │ │ ├── bucket_website_operations │ │ │ │ │ │ ├── bucket_website_specification.rst │ │ │ │ │ │ ├── delete_bucket_website.rst │ │ │ │ │ │ ├── get_bucket_website.rst │ │ │ │ │ │ ├── index.rst │ │ │ │ │ │ └── put_bucket_website.rst │ │ │ │ │ ├── delete_bucket.rst │ │ │ │ │ ├── delete_bucket_cors.rst │ │ │ │ │ ├── delete_bucket_policy.rst │ │ │ │ │ ├── delete_bucket_replication.rst │ │ │ │ │ ├── get_bucket_acl.rst │ │ │ │ │ ├── get_bucket_cors.rst │ │ │ │ │ ├── get_bucket_list_objects.rst │ │ │ │ │ ├── get_bucket_list_objects_v2.rst │ │ │ │ │ ├── get_bucket_location.rst │ │ │ │ │ ├── get_bucket_notification_configuration.rst.txt │ │ │ │ │ ├── get_bucket_object_versions.rst │ │ │ │ │ ├── get_bucket_policy.rst │ │ │ │ │ ├── get_bucket_replication.rst │ │ │ │ │ ├── get_bucket_versioning.rst │ │ │ │ │ ├── get_object_lock_configuration.rst │ │ │ │ │ ├── get_service.rst │ │ │ │ │ ├── head_bucket.rst │ │ │ │ │ ├── index.rst │ │ │ │ │ ├── list_multipart_uploads.rst │ │ │ │ │ ├── put_bucket.rst │ │ │ │ │ ├── put_bucket_acl.rst │ │ │ │ │ ├── put_bucket_cors.rst │ │ │ │ │ ├── put_bucket_notification_configuration.rst.txt │ │ │ │ │ ├── put_bucket_policy.rst │ │ │ │ │ ├── put_bucket_replication.rst │ │ │ │ │ ├── put_bucket_versioning.rst │ │ │ │ │ └── put_object_lock_configuration.rst │ │ │ │ ├── common_features │ │ │ │ │ ├── https_protocols.rst │ │ │ │ │ ├── index.rst │ │ │ │ │ ├── request_headers.rst │ │ │ │ │ ├── response_headers.rst │ │ │ │ │ └── supported_apis.rst │ │ │ │ ├── index.rst │ │ │ │ └── object_operations │ │ │ │ │ ├── abort_multipart_upload.rst │ │ │ │ │ ├── complete_multipart_upload.rst │ │ │ │ │ ├── copy_object.rst │ │ │ │ │ ├── delete_object.rst │ │ │ │ │ ├── delete_object_tagging.rst │ │ │ │ │ ├── get_object.rst │ │ │ │ │ ├── get_object_acl.rst │ │ │ │ │ ├── get_object_legal_hold.rst │ │ │ │ │ ├── get_object_retention.rst │ │ │ │ │ ├── get_object_tagging.rst │ │ │ │ │ ├── head_object.rst │ │ │ │ │ ├── index.rst │ │ │ │ │ ├── initiate_multipart_upload.rst │ │ │ │ │ ├── list_object_versions.rst │ │ │ │ │ ├── list_parts.rst │ │ │ │ │ ├── multi-object_delete.rst │ │ │ │ │ ├── put_object.rst │ │ │ │ │ ├── put_object_acl.rst │ │ │ │ │ ├── put_object_copy.rst │ │ │ │ │ ├── put_object_legal_hold.rst │ │ │ │ │ ├── put_object_retention.rst │ │ │ │ │ ├── put_object_tagging.rst │ │ │ │ │ ├── upload_part.rst │ │ │ │ │ └── upload_part_copy.rst │ │ │ ├── encryption.rst │ │ │ ├── http_conformity.rst │ │ │ ├── iam │ │ │ │ ├── create_access_key.rst │ │ │ │ ├── delete_access_key.rst │ │ │ │ ├── generate_account_access_key.rst │ │ │ │ ├── index.rst │ │ │ │ ├── list_access_keys.rst │ │ │ │ └── update_access_key.txt │ │ │ ├── index.rst │ │ │ ├── prometheus │ │ │ │ └── index.rst │ │ │ └── utapi │ │ │ │ ├── index.rst │ │ │ │ ├── post_accounts.rst │ │ │ │ ├── post_buckets.rst │ │ │ │ ├── post_service.rst │ │ │ │ ├── post_users.rst │ │ │ │ └── utapi_metrics_and_reporting_granularities.rst │ │ ├── command_reference │ │ │ ├── iam_commands │ │ │ │ ├── create-access-key.rst │ │ │ │ ├── delete-access-key.rst │ │ │ │ ├── index.rst │ │ │ │ ├── list-access-keys.rst │ │ │ │ └── update-access-key.txt │ │ │ ├── index.rst │ │ │ ├── s3_commands │ │ │ │ ├── cp.rst │ │ │ │ ├── index.rst │ │ │ │ ├── ls.rst │ │ │ │ ├── mb.rst │ │ │ │ ├── rb.rst │ │ │ │ └── rm.rst │ │ │ └── s3api_commands │ │ │ │ ├── abort-multipart-upload.rst │ │ │ │ ├── complete-multipart-upload.rst │ │ │ │ ├── copy-object.rst │ │ │ │ ├── create-bucket.rst │ │ │ │ ├── create-multipart-upload.rst │ │ │ │ ├── delete-bucket-policy.rst │ │ │ │ ├── delete-bucket-replication.rst │ │ │ │ ├── delete-bucket-website.rst │ │ │ │ ├── delete-bucket.rst │ │ │ │ ├── delete-object-tagging.rst │ │ │ │ ├── delete-object.rst │ │ │ │ ├── delete-objects.rst │ │ │ │ ├── get-bucket-acl.rst │ │ │ │ ├── get-bucket-cors.rst │ │ │ │ ├── get-bucket-location.rst │ │ │ │ ├── get-bucket-notification-configuration.rst.txt │ │ │ │ ├── get-bucket-policy.rst │ │ │ │ ├── get-bucket-replication.rst │ │ │ │ ├── get-bucket-versioning.rst │ │ │ │ ├── get-bucket-website.rst │ │ │ │ ├── get-object-acl.rst │ │ │ │ ├── get-object-legal-hold.rst │ │ │ │ ├── get-object-lock-configuration.rst │ │ │ │ ├── get-object-retention.rst │ │ │ │ ├── get-object-tagging.rst │ │ │ │ ├── get-object.rst │ │ │ │ ├── head-bucket.rst │ │ │ │ ├── head-object.rst │ │ │ │ ├── index.rst │ │ │ │ ├── list-buckets.rst │ │ │ │ ├── list-multipart-uploads.rst │ │ │ │ ├── list-object-versions.rst │ │ │ │ ├── list-objects-v2.rst │ │ │ │ ├── list-objects.rst │ │ │ │ ├── list-parts.rst │ │ │ │ ├── put-bucket-acl.rst │ │ │ │ ├── put-bucket-cors.rst │ │ │ │ ├── put-bucket-notification-configuration.rst.txt │ │ │ │ ├── put-bucket-policy.rst │ │ │ │ ├── put-bucket-replication.rst │ │ │ │ ├── put-bucket-versioning.rst │ │ │ │ ├── put-bucket-website.rst │ │ │ │ ├── put-object-acl.rst │ │ │ │ ├── put-object-legal-hold.rst │ │ │ │ ├── put-object-lock-configuration.rst │ │ │ │ ├── put-object-retention.rst │ │ │ │ ├── put-object-tagging.rst │ │ │ │ ├── put-object.rst │ │ │ │ ├── upload-part-copy.rst │ │ │ │ └── upload-part.rst │ │ ├── error_codes │ │ │ ├── aws_error_codes.rst │ │ │ ├── aws_s3_errors.rst │ │ │ ├── backbeat_response_codes.rst │ │ │ ├── index.rst │ │ │ ├── non-aws_errors.rst │ │ │ └── s3_api_errors.rst │ │ ├── index.rst │ │ ├── index_pdf.rst │ │ ├── introduction │ │ │ ├── bucket_encryption.rst │ │ │ ├── feature_compatibility_matrix.rst │ │ │ ├── index.rst │ │ │ └── supported_apis.rst │ │ └── templates │ │ │ └── preamble.tex │ ├── requirements.in │ ├── requirements.txt │ ├── scaldoc │ │ ├── __init__.py │ │ ├── latex.py │ │ ├── paths.py │ │ ├── resources.py │ │ └── screenshot │ │ │ └── __init__.py │ ├── static │ └── templates │ │ └── preamble.tex ├── make.bat ├── release.md ├── scaldoc └── tox.ini ├── monitoring ├── README.md ├── dr │ ├── alerts.test.yaml │ ├── alerts.yaml │ ├── dashboard.json │ └── dashboard.py ├── kafka-connect │ ├── dashboard.json │ └── dashboard.py ├── kafka │ ├── alerts.test.yaml │ ├── alerts.yaml │ └── dashboard.json ├── mongodb │ ├── .gitignore │ ├── alerts.test.yaml │ ├── alerts.yaml │ ├── dashboard.json │ ├── dashboard.py │ └── mongodb-exporter0.34.0-debian-11-r24_metrics_with_compatible_mode.example ├── redis │ ├── alerts.test.yaml │ ├── alerts.yaml │ ├── dashboard.json │ └── dashboard.py └── zookeeper │ ├── alerts.test.yaml │ ├── alerts.yaml │ └── dashboard.json ├── res ├── orbit_registration_page.jpeg ├── orbit_setup_page.jpeg ├── soda-foundation.png ├── zenko.io-logo-stacked-purple-cmyk.png └── zenko.io-logo-wide-bw.png ├── solution-base ├── build.sh ├── deps.yaml └── mongodb │ ├── Makefile │ ├── charts │ └── mongodb-sharded │ │ ├── .helmignore │ │ ├── Chart.lock │ │ ├── Chart.yaml │ │ ├── README.md │ │ ├── charts │ │ └── common │ │ │ ├── .helmignore │ │ │ ├── Chart.yaml │ │ │ ├── README.md │ │ │ ├── templates │ │ │ ├── _affinities.tpl │ │ │ ├── _capabilities.tpl │ │ │ ├── _compatibility.tpl │ │ │ ├── _errors.tpl │ │ │ ├── _images.tpl │ │ │ ├── _ingress.tpl │ │ │ ├── _labels.tpl │ │ │ ├── _names.tpl │ │ │ ├── _resources.tpl │ │ │ ├── _secrets.tpl │ │ │ ├── _storage.tpl │ │ │ ├── _tplvalues.tpl │ │ │ ├── _utils.tpl │ │ │ ├── _warnings.tpl │ │ │ └── validations │ │ │ │ ├── _cassandra.tpl │ │ │ │ ├── _mariadb.tpl │ │ │ │ ├── _mongodb.tpl │ │ │ │ ├── _mysql.tpl │ │ │ │ ├── _postgresql.tpl │ │ │ │ ├── _redis.tpl │ │ │ │ └── _validations.tpl │ │ │ └── values.yaml │ │ ├── files │ │ └── docker-entrypoint-initdb.d │ │ │ ├── create-app-user-sharded.sh │ │ │ └── set-default-write-concern-majority-sharded.sh │ │ ├── templates │ │ ├── NOTES.txt │ │ ├── _helpers.tpl │ │ ├── config-server │ │ │ ├── config-server-configmap.yaml │ │ │ ├── config-server-poddisruptionbudget.yaml │ │ │ ├── config-server-podmonitor.yaml │ │ │ ├── config-server-service.yaml │ │ │ └── config-server-statefulset.yaml │ │ ├── extra-list.yaml │ │ ├── headless-service.yaml │ │ ├── initialization-configmap.yaml │ │ ├── mongos │ │ │ ├── mongos-configmap.yaml │ │ │ ├── mongos-dep-sts.yaml │ │ │ ├── mongos-poddisruptionbudget.yaml │ │ │ ├── mongos-podmonitor.yaml │ │ │ ├── mongos-service-per-replica.yaml │ │ │ └── mongos-service.yaml │ │ ├── networkpolicy.yaml │ │ ├── replicaset-entrypoint-configmap.yaml │ │ ├── secrets.yaml │ │ ├── serviceaccount.yaml │ │ └── shard │ │ │ ├── shard-arbiter-configmap.yaml │ │ │ ├── shard-arbiter-statefulset.yaml │ │ │ ├── shard-data-configmap.yaml │ │ │ ├── shard-data-poddisruptionbudget.yaml │ │ │ ├── shard-data-podmonitor.yaml │ │ │ └── shard-data-statefulset.yaml │ │ └── values.yaml │ ├── how_to_upgrade.md │ ├── patches │ ├── mongodb-exporter-configuration.patch │ ├── mongodb-sharded-add-configsvr-service-file.patch │ ├── mongodb-sharded-add-configsvr-service.patch │ ├── mongodb-sharded-add-pv-selector.patch │ ├── mongodb-sharded-fix-podmonitor.patch │ ├── mongos-dep-sts.patch │ ├── redirect-logs-to-stdout.patch │ ├── replicaset-entrypoint-configmap.patch │ ├── statefulset-permissions.patch │ └── update-default-values.patch │ └── scripts │ ├── create-app-user.sh │ └── set-default-write-concern-majority.sh ├── solution ├── build.sh ├── deps.yaml ├── kafka-connect │ ├── Dockerfile │ ├── connect-log4j.properties │ └── kafka-connect.yaml ├── kafka │ ├── Dockerfile │ ├── LICENSE │ ├── README.md │ └── log4j.properties ├── kafka_build_vars.sh └── zenkoversion.yaml └── tests ├── .gitignore ├── ctst ├── .gitignore ├── CONTRIBUTING.md ├── Dockerfile ├── HOW_TO_WRITE_TESTS.md ├── README.md ├── common │ ├── common.ts │ ├── constants.ts │ ├── hooks.ts │ ├── identity.ts │ └── utils.ts ├── eslint.config.mjs ├── features │ ├── CountItems │ │ └── CountItems.feature │ ├── README.md │ ├── azureArchive.feature │ ├── bucket-notifications │ │ └── notifications.feature │ ├── bucketWebsite.feature │ ├── cloudserverAuth.feature │ ├── crrReplicationS3utils.feature │ ├── dmf.feature │ ├── iam-policies │ │ ├── AssumeRole.feature │ │ ├── AssumeRoleWithWebIdentity.feature │ │ ├── IAMUser.feature │ │ └── backbeatServiceUser.feature │ ├── pra.feature │ ├── put-object.feature │ ├── quotas │ │ └── Quotas.feature │ ├── resource-policies │ │ ├── AssumeRole.feature │ │ ├── Conditions.feature │ │ ├── CrossAccountAssumeRole.feature │ │ ├── IAMUser.feature │ │ ├── UseCases.feature │ │ ├── WebIdentity.feature │ │ └── regen.js │ ├── sosapi.feature │ ├── utilization │ │ └── UtilizationAPIs.feature │ └── zzz.kafkaCleaner.feature ├── package.json ├── run.sh ├── steps │ ├── README.md │ ├── azureArchive.ts │ ├── bucket-policies │ │ ├── common.ts │ │ └── utils.ts │ ├── cloudserverAuth.ts │ ├── cronjobs │ │ └── countItems.ts │ ├── dmf.ts │ ├── dr │ │ └── drctl.ts │ ├── iam-policies │ │ ├── IAMUser.ts │ │ └── common.ts │ ├── notifications.ts │ ├── pra.ts │ ├── put-object.ts │ ├── quotas │ │ └── quotas.ts │ ├── replication.ts │ ├── setup.ts │ ├── sosapi.ts │ ├── utilization │ │ └── utilizationAPI.ts │ ├── utils │ │ ├── kubernetes.ts │ │ └── utils.ts │ └── website │ │ └── website.ts ├── tsconfig.json ├── world │ ├── README.md │ └── Zenko.ts └── yarn.lock ├── workflows ├── VERSION-2.3.7 ├── VERSION-2.3.7-rc.1 ├── getBuildArtifact.spec.ts ├── getPreviousTag.spec.js ├── jest.config.ts ├── package.json ├── release.spec.ts ├── tsconfig.json └── yarn.lock └── zenko_tests ├── .dockerignore ├── Dockerfile ├── README.md ├── cleans3c.py ├── configuration.py ├── create_buckets.py ├── docker-entrypoint.sh ├── e2e-config.yaml.template ├── e2e_config ├── accounts.py ├── clients.py ├── endpoints.py ├── locations.py ├── schema.py └── workflows.py ├── node_tests ├── .eslintrc ├── VaultClient.js ├── backbeat │ ├── BackbeatAPIUtility.js │ ├── IngestionUtility.js │ ├── LifecycleUtility.js │ ├── ReplicationUtility.js │ ├── Using.md │ ├── azureSDK.js │ ├── gcpStorage.js │ └── tests │ │ ├── api │ │ ├── healthchecks.js │ │ ├── metrics.js │ │ └── objectMonitor.js │ │ ├── crr-pause-resume │ │ └── awsBackend.js │ │ ├── crr │ │ ├── awsBackend.js │ │ ├── azureBackend.js │ │ ├── crr.js │ │ ├── gcpBackend.js │ │ └── oneToMany.js │ │ ├── ingestion │ │ ├── ingestionS3C.js │ │ ├── ingestionS3CPauseResume.js │ │ └── oobS3C.js │ │ ├── lifecycle │ │ ├── expiration.js │ │ └── transition.js │ │ └── retry │ │ ├── pendingMetrics.js │ │ └── retry.js ├── cloudserver │ ├── bucketGetV2 │ │ └── tests │ │ │ └── bucketGetV2.js │ ├── bucketPolicy │ │ └── tests │ │ │ └── bucketPolicy.js │ ├── keyFormatVersion │ │ └── tests │ │ │ ├── nonVersionedBucket.js │ │ │ ├── versionedBucket.js │ │ │ └── versioningSuspended.js │ └── locationQuota │ │ ├── QuotaUtility.js │ │ └── tests │ │ └── locationQuota.js ├── config.json ├── gcp_shim.sh ├── iam_policies │ └── cloudserver │ │ ├── AssumeRole.js │ │ ├── AssumeRoleWithWebIdentity.js │ │ ├── IAMUser.js │ │ └── utils.js ├── init_test.js ├── npm_chain.sh ├── package-lock.json ├── package.json ├── s3SDK.js ├── smoke_tests │ └── vault_admin_and_IAM_API_tests │ │ ├── adminApi.js │ │ └── iamApi.js ├── stsSDK.js ├── ui │ ├── cypress.json │ └── cypress │ │ ├── fixtures │ │ ├── fifteenmb │ │ ├── fivehundredandtwelvekb │ │ └── éléphant.txt │ │ ├── integration │ │ ├── account_spec.js │ │ ├── auth_spec.js │ │ ├── bucket_spec.js │ │ └── object_spec.js │ │ ├── plugins │ │ └── index.js │ │ └── support │ │ ├── commands.js │ │ └── index.js ├── utils │ ├── getWebIdentityToken.js │ ├── request.js │ └── testUtils.js └── yarn.lock ├── requirements.txt └── wait_for_ceph.sh /.devcontainer/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.devcontainer/Dockerfile -------------------------------------------------------------------------------- /.devcontainer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.devcontainer/README.md -------------------------------------------------------------------------------- /.devcontainer/devcontainer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.devcontainer/devcontainer.json -------------------------------------------------------------------------------- /.devcontainer/setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.devcontainer/setup.sh -------------------------------------------------------------------------------- /.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.dockerignore -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/ISSUE_TEMPLATE.md -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /.github/actions/archive-artifacts/action.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/actions/archive-artifacts/action.yaml -------------------------------------------------------------------------------- /.github/actions/debug-wait/action.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/actions/debug-wait/action.yaml -------------------------------------------------------------------------------- /.github/actions/deploy/action.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/actions/deploy/action.yaml -------------------------------------------------------------------------------- /.github/actions/install-doc-dependencies/action.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/actions/install-doc-dependencies/action.yaml -------------------------------------------------------------------------------- /.github/actions/install-end2end-dependencies/action.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/actions/install-end2end-dependencies/action.yaml -------------------------------------------------------------------------------- /.github/actions/wait-docker-ready/action.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/actions/wait-docker-ready/action.yaml -------------------------------------------------------------------------------- /.github/release.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/release.yaml -------------------------------------------------------------------------------- /.github/scripts/ceph/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/ceph/Dockerfile -------------------------------------------------------------------------------- /.github/scripts/ceph/chart/Chart.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/ceph/chart/Chart.yaml -------------------------------------------------------------------------------- /.github/scripts/ceph/chart/templates/_helpers.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/ceph/chart/templates/_helpers.tpl -------------------------------------------------------------------------------- /.github/scripts/ceph/chart/templates/deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/ceph/chart/templates/deployment.yaml -------------------------------------------------------------------------------- /.github/scripts/ceph/chart/templates/service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/ceph/chart/templates/service.yaml -------------------------------------------------------------------------------- /.github/scripts/ceph/chart/values.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/ceph/chart/values.yaml -------------------------------------------------------------------------------- /.github/scripts/ceph/entrypoint-wrapper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/ceph/entrypoint-wrapper.sh -------------------------------------------------------------------------------- /.github/scripts/check_versions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/check_versions.sh -------------------------------------------------------------------------------- /.github/scripts/cosbench/.dockerignore: -------------------------------------------------------------------------------- 1 | **/zenko-cosbench 2 | -------------------------------------------------------------------------------- /.github/scripts/cosbench/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/cosbench/Dockerfile -------------------------------------------------------------------------------- /.github/scripts/cosbench/insert_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/cosbench/insert_data.py -------------------------------------------------------------------------------- /.github/scripts/cosbench/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/cosbench/requirements.txt -------------------------------------------------------------------------------- /.github/scripts/cosbench/tmpl.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/cosbench/tmpl.awk -------------------------------------------------------------------------------- /.github/scripts/cosbench/trigger_run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/cosbench/trigger_run.sh -------------------------------------------------------------------------------- /.github/scripts/cosbench/workload.short.xml.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/cosbench/workload.short.xml.tmpl -------------------------------------------------------------------------------- /.github/scripts/cosbench/workload.xml.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/cosbench/workload.xml.tmpl -------------------------------------------------------------------------------- /.github/scripts/end2end/bootstrap-kind.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/end2end/bootstrap-kind.sh -------------------------------------------------------------------------------- /.github/scripts/end2end/common.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/end2end/common.sh -------------------------------------------------------------------------------- /.github/scripts/end2end/configs/keycloak_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/end2end/configs/keycloak_config.json -------------------------------------------------------------------------------- /.github/scripts/end2end/configs/keycloak_ingress_http.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/end2end/configs/keycloak_ingress_http.yaml -------------------------------------------------------------------------------- /.github/scripts/end2end/configs/keycloak_ingress_https.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/end2end/configs/keycloak_ingress_https.yaml -------------------------------------------------------------------------------- /.github/scripts/end2end/configs/keycloak_options.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/end2end/configs/keycloak_options.yaml -------------------------------------------------------------------------------- /.github/scripts/end2end/configs/keycloak_user.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/end2end/configs/keycloak_user.json -------------------------------------------------------------------------------- /.github/scripts/end2end/configs/notification_destinations.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/end2end/configs/notification_destinations.yaml -------------------------------------------------------------------------------- /.github/scripts/end2end/configs/prometheus.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/end2end/configs/prometheus.yaml -------------------------------------------------------------------------------- /.github/scripts/end2end/configs/zenko.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/end2end/configs/zenko.yaml -------------------------------------------------------------------------------- /.github/scripts/end2end/configs/zenko_dr_sink.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/end2end/configs/zenko_dr_sink.yaml -------------------------------------------------------------------------------- /.github/scripts/end2end/configs/zenko_dr_source.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/end2end/configs/zenko_dr_source.yaml -------------------------------------------------------------------------------- /.github/scripts/end2end/configs/zenkoversion.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/end2end/configs/zenkoversion.yaml -------------------------------------------------------------------------------- /.github/scripts/end2end/configure-e2e-ctst.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/end2end/configure-e2e-ctst.sh -------------------------------------------------------------------------------- /.github/scripts/end2end/configure-e2e.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/end2end/configure-e2e.sh -------------------------------------------------------------------------------- /.github/scripts/end2end/create-pull-image-secret.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/end2end/create-pull-image-secret.sh -------------------------------------------------------------------------------- /.github/scripts/end2end/deploy-metadata.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/end2end/deploy-metadata.sh -------------------------------------------------------------------------------- /.github/scripts/end2end/deploy-zenko.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/end2end/deploy-zenko.sh -------------------------------------------------------------------------------- /.github/scripts/end2end/deploy-zkop.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/end2end/deploy-zkop.sh -------------------------------------------------------------------------------- /.github/scripts/end2end/enable-https.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/end2end/enable-https.sh -------------------------------------------------------------------------------- /.github/scripts/end2end/fix-zookeeper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/end2end/fix-zookeeper.sh -------------------------------------------------------------------------------- /.github/scripts/end2end/install-kind-dependencies.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/end2end/install-kind-dependencies.sh -------------------------------------------------------------------------------- /.github/scripts/end2end/install-mocks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/end2end/install-mocks.sh -------------------------------------------------------------------------------- /.github/scripts/end2end/keycloak-helper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/end2end/keycloak-helper.sh -------------------------------------------------------------------------------- /.github/scripts/end2end/patch-coredns.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/end2end/patch-coredns.sh -------------------------------------------------------------------------------- /.github/scripts/end2end/prepare-pra.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/end2end/prepare-pra.sh -------------------------------------------------------------------------------- /.github/scripts/end2end/requirements.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/end2end/requirements.sh -------------------------------------------------------------------------------- /.github/scripts/end2end/run-e2e-ctst.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/end2end/run-e2e-ctst.sh -------------------------------------------------------------------------------- /.github/scripts/end2end/run-e2e-test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/end2end/run-e2e-test.sh -------------------------------------------------------------------------------- /.github/scripts/get-build-artifact.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/get-build-artifact.js -------------------------------------------------------------------------------- /.github/scripts/get-previous-tag.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/get-previous-tag.js -------------------------------------------------------------------------------- /.github/scripts/launch-end2end.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/launch-end2end.sh -------------------------------------------------------------------------------- /.github/scripts/mocks/aws-mock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/mocks/aws-mock.yaml -------------------------------------------------------------------------------- /.github/scripts/mocks/aws/mock-metadata.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/mocks/aws/mock-metadata.tar.gz -------------------------------------------------------------------------------- /.github/scripts/mocks/azure-mock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/mocks/azure-mock.yaml -------------------------------------------------------------------------------- /.github/scripts/mocks/azure/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/mocks/azure/Dockerfile -------------------------------------------------------------------------------- /.github/scripts/mocks/azure/docker-entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/scripts/mocks/azure/docker-entrypoint.sh -------------------------------------------------------------------------------- /.github/stale.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/stale.yml -------------------------------------------------------------------------------- /.github/workflows/alerts.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/workflows/alerts.yaml -------------------------------------------------------------------------------- /.github/workflows/end2end.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/workflows/end2end.yaml -------------------------------------------------------------------------------- /.github/workflows/release.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.github/workflows/release.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.gitignore -------------------------------------------------------------------------------- /.readthedocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/.readthedocs.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/README.md -------------------------------------------------------------------------------- /VERSION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/VERSION -------------------------------------------------------------------------------- /docs/.dockerignore: -------------------------------------------------------------------------------- 1 | * 2 | 3 | -------------------------------------------------------------------------------- /docs/.gitignore: -------------------------------------------------------------------------------- 1 | *_build/ 2 | old_templates/ 3 | .tox/ 4 | *.rst~ 5 | .DS_Store -------------------------------------------------------------------------------- /docs/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/Dockerfile -------------------------------------------------------------------------------- /docs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/Makefile -------------------------------------------------------------------------------- /docs/docsource/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/Makefile -------------------------------------------------------------------------------- /docs/docsource/_static/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/docsource/_static/Zenko_cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/_static/Zenko_cover.png -------------------------------------------------------------------------------- /docs/docsource/_static/Zenko_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/_static/Zenko_logo.png -------------------------------------------------------------------------------- /docs/docsource/_templates_rtd/page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/_templates_rtd/page.html -------------------------------------------------------------------------------- /docs/docsource/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/conf.py -------------------------------------------------------------------------------- /docs/docsource/graphics/Add_AWS_bucket_for_OOB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/Add_AWS_bucket_for_OOB.png -------------------------------------------------------------------------------- /docs/docsource/graphics/Add_AWS_location_for_OOB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/Add_AWS_location_for_OOB.png -------------------------------------------------------------------------------- /docs/docsource/graphics/Add_New_Storage_Location_RING_sproxyd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/Add_New_Storage_Location_RING_sproxyd.png -------------------------------------------------------------------------------- /docs/docsource/graphics/Branding_Assets/RING_Logo_Black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/Branding_Assets/RING_Logo_Black.svg -------------------------------------------------------------------------------- /docs/docsource/graphics/Branding_Assets/Ring-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/Branding_Assets/Ring-1.jpg -------------------------------------------------------------------------------- /docs/docsource/graphics/Branding_Assets/Scality Logo Stacked Black.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/Branding_Assets/Scality Logo Stacked Black.eps -------------------------------------------------------------------------------- /docs/docsource/graphics/Branding_Assets/Scality Logo Stacked White.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/Branding_Assets/Scality Logo Stacked White.eps -------------------------------------------------------------------------------- /docs/docsource/graphics/Branding_Assets/Scality RING Logo in Black.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/Branding_Assets/Scality RING Logo in Black.ai -------------------------------------------------------------------------------- /docs/docsource/graphics/Branding_Assets/Scality RING Logo in White.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/Branding_Assets/Scality RING Logo in White.ai -------------------------------------------------------------------------------- /docs/docsource/graphics/Branding_Assets/Zenko Logo Black_no_text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/Branding_Assets/Zenko Logo Black_no_text.svg -------------------------------------------------------------------------------- /docs/docsource/graphics/Branding_Assets/Zenko Logo in Black.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/Branding_Assets/Zenko Logo in Black.ai -------------------------------------------------------------------------------- /docs/docsource/graphics/Branding_Assets/Zenko Logo in Black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/Branding_Assets/Zenko Logo in Black.svg -------------------------------------------------------------------------------- /docs/docsource/graphics/Branding_Assets/Zenko Logo in White.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/Branding_Assets/Zenko Logo in White.ai -------------------------------------------------------------------------------- /docs/docsource/graphics/Branding_Assets/Zenko_logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/Branding_Assets/Zenko_logo.svg -------------------------------------------------------------------------------- /docs/docsource/graphics/Branding_Assets/cropped_Planet_Clouds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/Branding_Assets/cropped_Planet_Clouds.png -------------------------------------------------------------------------------- /docs/docsource/graphics/Branding_Assets/metalK8s_logos/color.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/Branding_Assets/metalK8s_logos/color.xsl -------------------------------------------------------------------------------- /docs/docsource/graphics/Branding_Assets/metalK8s_logos/generate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/Branding_Assets/metalK8s_logos/generate.sh -------------------------------------------------------------------------------- /docs/docsource/graphics/Cerebro_dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/Cerebro_dashboard.png -------------------------------------------------------------------------------- /docs/docsource/graphics/CloudServer.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/CloudServer.pdf -------------------------------------------------------------------------------- /docs/docsource/graphics/CloudServer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/CloudServer.svg -------------------------------------------------------------------------------- /docs/docsource/graphics/Cosmos.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/Cosmos.pdf -------------------------------------------------------------------------------- /docs/docsource/graphics/Cosmos.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/Cosmos.svg -------------------------------------------------------------------------------- /docs/docsource/graphics/Forget_XDM_Instance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/Forget_XDM_Instance.png -------------------------------------------------------------------------------- /docs/docsource/graphics/Grafana_app_level_CloudServer_dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/Grafana_app_level_CloudServer_dashboard.png -------------------------------------------------------------------------------- /docs/docsource/graphics/Grafana_app_level_dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/Grafana_app_level_dashboard.png -------------------------------------------------------------------------------- /docs/docsource/graphics/Grafana_login_app-level.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/Grafana_login_app-level.png -------------------------------------------------------------------------------- /docs/docsource/graphics/MK8s_LV_entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/MK8s_LV_entry.png -------------------------------------------------------------------------------- /docs/docsource/graphics/MK8s_clean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/MK8s_clean.png -------------------------------------------------------------------------------- /docs/docsource/graphics/MK8s_details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/MK8s_details.png -------------------------------------------------------------------------------- /docs/docsource/graphics/MK8s_new_node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/MK8s_new_node.png -------------------------------------------------------------------------------- /docs/docsource/graphics/MK8s_new_node_filled_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/MK8s_new_node_filled_in.png -------------------------------------------------------------------------------- /docs/docsource/graphics/MK8s_node_created.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/MK8s_node_created.png -------------------------------------------------------------------------------- /docs/docsource/graphics/MK8s_node_created_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/MK8s_node_created_green.png -------------------------------------------------------------------------------- /docs/docsource/graphics/MK8s_node_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/MK8s_node_select.png -------------------------------------------------------------------------------- /docs/docsource/graphics/MK8s_volume_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/MK8s_volume_create.png -------------------------------------------------------------------------------- /docs/docsource/graphics/MK8s_volume_create_filled_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/MK8s_volume_create_filled_in.png -------------------------------------------------------------------------------- /docs/docsource/graphics/MK8s_volume_create_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/MK8s_volume_create_success.png -------------------------------------------------------------------------------- /docs/docsource/graphics/MK8s_volume_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/MK8s_volume_tab.png -------------------------------------------------------------------------------- /docs/docsource/graphics/MetalK8s_Dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/MetalK8s_Dash.png -------------------------------------------------------------------------------- /docs/docsource/graphics/Settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/Settings.png -------------------------------------------------------------------------------- /docs/docsource/graphics/XDM_accounts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/XDM_accounts.png -------------------------------------------------------------------------------- /docs/docsource/graphics/XDM_arch_NoNFS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/XDM_arch_NoNFS.pdf -------------------------------------------------------------------------------- /docs/docsource/graphics/XDM_arch_NoNFS.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/XDM_arch_NoNFS.svg -------------------------------------------------------------------------------- /docs/docsource/graphics/XDM_cluster_NoNFS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/XDM_cluster_NoNFS.pdf -------------------------------------------------------------------------------- /docs/docsource/graphics/XDM_cluster_NoNFS.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/XDM_cluster_NoNFS.svg -------------------------------------------------------------------------------- /docs/docsource/graphics/XDM_hi-level.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/XDM_hi-level.pdf -------------------------------------------------------------------------------- /docs/docsource/graphics/XDM_hi-level.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/XDM_hi-level.svg -------------------------------------------------------------------------------- /docs/docsource/graphics/XDM_login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/XDM_login.png -------------------------------------------------------------------------------- /docs/docsource/graphics/Zenko.io_screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/Zenko.io_screen.png -------------------------------------------------------------------------------- /docs/docsource/graphics/Zenko_2.0.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/Zenko_2.0.svg -------------------------------------------------------------------------------- /docs/docsource/graphics/Zenko_arch+nfs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/Zenko_arch+nfs.svg -------------------------------------------------------------------------------- /docs/docsource/graphics/Zenko_arch.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/Zenko_arch.pdf -------------------------------------------------------------------------------- /docs/docsource/graphics/Zenko_arch_NoNFS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/Zenko_arch_NoNFS.pdf -------------------------------------------------------------------------------- /docs/docsource/graphics/Zenko_arch_NoNFS.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/Zenko_arch_NoNFS.svg -------------------------------------------------------------------------------- /docs/docsource/graphics/Zenko_cluster_NoNFS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/Zenko_cluster_NoNFS.pdf -------------------------------------------------------------------------------- /docs/docsource/graphics/Zenko_cluster_NoNFS.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/Zenko_cluster_NoNFS.svg -------------------------------------------------------------------------------- /docs/docsource/graphics/Zenko_hi-level.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/Zenko_hi-level.pdf -------------------------------------------------------------------------------- /docs/docsource/graphics/Zenko_hi-level.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/Zenko_hi-level.svg -------------------------------------------------------------------------------- /docs/docsource/graphics/account_banner.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/account_banner.PNG -------------------------------------------------------------------------------- /docs/docsource/graphics/accounts-page.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/accounts-page.PNG -------------------------------------------------------------------------------- /docs/docsource/graphics/add_new_cloud_location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/add_new_cloud_location.png -------------------------------------------------------------------------------- /docs/docsource/graphics/add_new_location_dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/add_new_location_dialog.png -------------------------------------------------------------------------------- /docs/docsource/graphics/add_nfs_location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/add_nfs_location.png -------------------------------------------------------------------------------- /docs/docsource/graphics/aws_bucket_dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/aws_bucket_dashboard.png -------------------------------------------------------------------------------- /docs/docsource/graphics/aws_versioning_enabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/aws_versioning_enabled.png -------------------------------------------------------------------------------- /docs/docsource/graphics/bucket_delete_verify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/bucket_delete_verify.png -------------------------------------------------------------------------------- /docs/docsource/graphics/bucket_delete_verify_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/bucket_delete_verify_selected.png -------------------------------------------------------------------------------- /docs/docsource/graphics/bucket_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/bucket_select.png -------------------------------------------------------------------------------- /docs/docsource/graphics/close_button.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/close_button.PNG -------------------------------------------------------------------------------- /docs/docsource/graphics/cloud_locations_modal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/cloud_locations_modal.png -------------------------------------------------------------------------------- /docs/docsource/graphics/copy_access_key.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/copy_access_key.PNG -------------------------------------------------------------------------------- /docs/docsource/graphics/cosmos_initial_ingest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/cosmos_initial_ingest.png -------------------------------------------------------------------------------- /docs/docsource/graphics/create_bucket_mirror_mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/create_bucket_mirror_mode.png -------------------------------------------------------------------------------- /docs/docsource/graphics/create_endpoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/create_endpoint.png -------------------------------------------------------------------------------- /docs/docsource/graphics/create_endpoint_options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/create_endpoint_options.png -------------------------------------------------------------------------------- /docs/docsource/graphics/create_nfs_bucket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/create_nfs_bucket.png -------------------------------------------------------------------------------- /docs/docsource/graphics/credentialed_user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/credentialed_user.png -------------------------------------------------------------------------------- /docs/docsource/graphics/delete_access_key_icon.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/delete_access_key_icon.PNG -------------------------------------------------------------------------------- /docs/docsource/graphics/delete_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/delete_button.png -------------------------------------------------------------------------------- /docs/docsource/graphics/download_button_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/download_button_selected.png -------------------------------------------------------------------------------- /docs/docsource/graphics/endpoint_created.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/endpoint_created.png -------------------------------------------------------------------------------- /docs/docsource/graphics/google_login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/google_login.png -------------------------------------------------------------------------------- /docs/docsource/graphics/kibana_opening_screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/kibana_opening_screen.png -------------------------------------------------------------------------------- /docs/docsource/graphics/kubernetes_dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/kubernetes_dashboard.png -------------------------------------------------------------------------------- /docs/docsource/graphics/kubernetes_dashboard_login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/kubernetes_dashboard_login.png -------------------------------------------------------------------------------- /docs/docsource/graphics/location_status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/location_status.png -------------------------------------------------------------------------------- /docs/docsource/graphics/metadata_search_results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/metadata_search_results.png -------------------------------------------------------------------------------- /docs/docsource/graphics/mirroring_enabled_indicator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/mirroring_enabled_indicator.png -------------------------------------------------------------------------------- /docs/docsource/graphics/multicloud_browser_1_bucket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/multicloud_browser_1_bucket.png -------------------------------------------------------------------------------- /docs/docsource/graphics/multicloud_browser_select_bucket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/multicloud_browser_select_bucket.png -------------------------------------------------------------------------------- /docs/docsource/graphics/new_cloud_location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/new_cloud_location.png -------------------------------------------------------------------------------- /docs/docsource/graphics/new_user_created.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/new_user_created.png -------------------------------------------------------------------------------- /docs/docsource/graphics/newuser_add_storage_location_prompt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/newuser_add_storage_location_prompt.png -------------------------------------------------------------------------------- /docs/docsource/graphics/orbit_authenticate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/orbit_authenticate.png -------------------------------------------------------------------------------- /docs/docsource/graphics/orbit_enter_instance_ID.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/orbit_enter_instance_ID.png -------------------------------------------------------------------------------- /docs/docsource/graphics/orbit_install_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/orbit_install_success.png -------------------------------------------------------------------------------- /docs/docsource/graphics/orbit_instance_ready.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/orbit_instance_ready.png -------------------------------------------------------------------------------- /docs/docsource/graphics/orbit_register_my_instance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/orbit_register_my_instance.png -------------------------------------------------------------------------------- /docs/docsource/graphics/orbit_registration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/orbit_registration.png -------------------------------------------------------------------------------- /docs/docsource/graphics/orbit_user_revoke_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/orbit_user_revoke_warning.png -------------------------------------------------------------------------------- /docs/docsource/graphics/prometheus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/prometheus.png -------------------------------------------------------------------------------- /docs/docsource/graphics/replication_no_target_message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/replication_no_target_message.png -------------------------------------------------------------------------------- /docs/docsource/graphics/root_user_access_keys_dialog.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/root_user_access_keys_dialog.PNG -------------------------------------------------------------------------------- /docs/docsource/graphics/sandbox_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/sandbox_settings.png -------------------------------------------------------------------------------- /docs/docsource/graphics/save_secret_access_key_dialog.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/save_secret_access_key_dialog.PNG -------------------------------------------------------------------------------- /docs/docsource/graphics/secret_key_my_account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/secret_key_my_account.png -------------------------------------------------------------------------------- /docs/docsource/graphics/sidebar_browser_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/sidebar_browser_button.png -------------------------------------------------------------------------------- /docs/docsource/graphics/sidebar_replication_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/sidebar_replication_button.png -------------------------------------------------------------------------------- /docs/docsource/graphics/sidebar_settings_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/sidebar_settings_button.png -------------------------------------------------------------------------------- /docs/docsource/graphics/sidebar_storage_accounts_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/sidebar_storage_accounts_button.png -------------------------------------------------------------------------------- /docs/docsource/graphics/sidebar_storage_locations_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/sidebar_storage_locations_button.png -------------------------------------------------------------------------------- /docs/docsource/graphics/sign_into_artesca.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/sign_into_artesca.PNG -------------------------------------------------------------------------------- /docs/docsource/graphics/unlink_zenko.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/unlink_zenko.png -------------------------------------------------------------------------------- /docs/docsource/graphics/upload_button_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/upload_button_hover.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_account_created.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_account_created.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_account_filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_account_filter.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_account_mgmt_window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_account_mgmt_window.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_account_not_created.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_account_not_created.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_account_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_account_selected.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_account_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_account_view.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_add_first_bucket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_add_first_bucket.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_add_new_storage_location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_add_new_storage_location.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_add_sproxyd_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_add_sproxyd_selected.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_add_storage_location_sproxyd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_add_storage_location_sproxyd.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_bucket_contents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_bucket_contents.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_bucket_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_bucket_create.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_bucket_created.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_bucket_created.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_bucket_delete_confirm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_bucket_delete_confirm.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_bucket_delete_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_bucket_delete_select.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_bucket_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_bucket_overview.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_bucket_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_bucket_select.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_create_account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_create_account.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_create_workflow_first.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_create_workflow_first.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_data_browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_data_browser.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_data_browser_account_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_data_browser_account_select.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_delete_confirmation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_delete_confirmation.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_icon_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_icon_delete.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_icon_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_icon_edit.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_list_versions_toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_list_versions_toggle.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_location_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_location_add.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_location_create_mirror.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_location_create_mirror.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_location_delete_confirm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_location_delete_confirm.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_location_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_location_edit.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_locations_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_locations_tab.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_login.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_metadata_search_entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_metadata_search_entry.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_metadata_search_results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_metadata_search_results.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_object_add_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_object_add_more.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_object_delete_confirm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_object_delete_confirm.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_object_delete_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_object_delete_select.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_object_delete_versioned.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_object_delete_versioned.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_object_delete_versioned_confirm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_object_delete_versioned_confirm.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_object_delete_versioned_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_object_delete_versioned_selected.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_object_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_object_download.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_object_info_metadata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_object_info_metadata.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_object_info_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_object_info_summary.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_object_info_tags.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_object_info_tags.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_object_info_versioned.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_object_info_versioned.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_object_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_object_select.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_object_upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_object_upload.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_workflow_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_workflow_create.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_workflow_create_unfilled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_workflow_create_unfilled.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_workflow_defined.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_workflow_defined.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_workflow_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_workflow_delete.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_workflow_panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_workflow_panel.png -------------------------------------------------------------------------------- /docs/docsource/graphics/xdm_ui_workflow_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/graphics/xdm_ui_workflow_select.png -------------------------------------------------------------------------------- /docs/docsource/include/cli-input-json.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/include/cli-input-json.txt -------------------------------------------------------------------------------- /docs/docsource/include/legal_notice.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/include/legal_notice.txt -------------------------------------------------------------------------------- /docs/docsource/include/marketing_intro.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/include/marketing_intro.txt -------------------------------------------------------------------------------- /docs/docsource/include/publication_history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/include/publication_history.txt -------------------------------------------------------------------------------- /docs/docsource/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/index.rst -------------------------------------------------------------------------------- /docs/docsource/index_pdf.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/index_pdf.rst -------------------------------------------------------------------------------- /docs/docsource/installation/Graphics/Branding_Assets/RING_Logo_Black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/Graphics/Branding_Assets/RING_Logo_Black.svg -------------------------------------------------------------------------------- /docs/docsource/installation/Graphics/Branding_Assets/Ring-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/Graphics/Branding_Assets/Ring-1.jpg -------------------------------------------------------------------------------- /docs/docsource/installation/Graphics/Branding_Assets/Zenko_logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/Graphics/Branding_Assets/Zenko_logo.svg -------------------------------------------------------------------------------- /docs/docsource/installation/Graphics/MK8s_LV_entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/Graphics/MK8s_LV_entry.png -------------------------------------------------------------------------------- /docs/docsource/installation/Graphics/MK8s_clean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/Graphics/MK8s_clean.png -------------------------------------------------------------------------------- /docs/docsource/installation/Graphics/MK8s_details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/Graphics/MK8s_details.png -------------------------------------------------------------------------------- /docs/docsource/installation/Graphics/MK8s_new_node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/Graphics/MK8s_new_node.png -------------------------------------------------------------------------------- /docs/docsource/installation/Graphics/MK8s_new_node_filled_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/Graphics/MK8s_new_node_filled_in.png -------------------------------------------------------------------------------- /docs/docsource/installation/Graphics/MK8s_node_created.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/Graphics/MK8s_node_created.png -------------------------------------------------------------------------------- /docs/docsource/installation/Graphics/MK8s_node_created_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/Graphics/MK8s_node_created_green.png -------------------------------------------------------------------------------- /docs/docsource/installation/Graphics/MK8s_node_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/Graphics/MK8s_node_select.png -------------------------------------------------------------------------------- /docs/docsource/installation/Graphics/MK8s_volume_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/Graphics/MK8s_volume_create.png -------------------------------------------------------------------------------- /docs/docsource/installation/Graphics/MK8s_volume_create_filled_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/Graphics/MK8s_volume_create_filled_in.png -------------------------------------------------------------------------------- /docs/docsource/installation/Graphics/MK8s_volume_create_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/Graphics/MK8s_volume_create_success.png -------------------------------------------------------------------------------- /docs/docsource/installation/Graphics/MK8s_volume_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/Graphics/MK8s_volume_tab.png -------------------------------------------------------------------------------- /docs/docsource/installation/Graphics/add_new_cloud_location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/Graphics/add_new_cloud_location.png -------------------------------------------------------------------------------- /docs/docsource/installation/Graphics/add_new_location_dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/Graphics/add_new_location_dialog.png -------------------------------------------------------------------------------- /docs/docsource/installation/Graphics/add_nfs_location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/Graphics/add_nfs_location.png -------------------------------------------------------------------------------- /docs/docsource/installation/Graphics/cosmos_initial_ingest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/Graphics/cosmos_initial_ingest.png -------------------------------------------------------------------------------- /docs/docsource/installation/Graphics/create_bucket_mirror_mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/Graphics/create_bucket_mirror_mode.png -------------------------------------------------------------------------------- /docs/docsource/installation/Graphics/create_nfs_bucket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/Graphics/create_nfs_bucket.png -------------------------------------------------------------------------------- /docs/docsource/installation/Graphics/mirroring_enabled_indicator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/Graphics/mirroring_enabled_indicator.png -------------------------------------------------------------------------------- /docs/docsource/installation/Graphics/new_cloud_location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/Graphics/new_cloud_location.png -------------------------------------------------------------------------------- /docs/docsource/installation/Graphics/orbit_authenticate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/Graphics/orbit_authenticate.png -------------------------------------------------------------------------------- /docs/docsource/installation/Graphics/orbit_enter_instance_ID.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/Graphics/orbit_enter_instance_ID.png -------------------------------------------------------------------------------- /docs/docsource/installation/Graphics/orbit_install_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/Graphics/orbit_install_success.png -------------------------------------------------------------------------------- /docs/docsource/installation/Graphics/orbit_instance_ready.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/Graphics/orbit_instance_ready.png -------------------------------------------------------------------------------- /docs/docsource/installation/Graphics/orbit_register_my_instance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/Graphics/orbit_register_my_instance.png -------------------------------------------------------------------------------- /docs/docsource/installation/Graphics/orbit_registration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/Graphics/orbit_registration.png -------------------------------------------------------------------------------- /docs/docsource/installation/_static: -------------------------------------------------------------------------------- 1 | ../_static/ -------------------------------------------------------------------------------- /docs/docsource/installation/configure/configure_KMIP.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/configure/configure_KMIP.rst -------------------------------------------------------------------------------- /docs/docsource/installation/configure/configure_ingress.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/configure/configure_ingress.rst -------------------------------------------------------------------------------- /docs/docsource/installation/configure/configuring_zenko.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/configure/configuring_zenko.rst -------------------------------------------------------------------------------- /docs/docsource/installation/configure/create_an_initial_access_key.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/configure/create_an_initial_access_key.rst -------------------------------------------------------------------------------- /docs/docsource/installation/configure/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/configure/index.rst -------------------------------------------------------------------------------- /docs/docsource/installation/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/index.rst -------------------------------------------------------------------------------- /docs/docsource/installation/index_pdf.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/index_pdf.rst -------------------------------------------------------------------------------- /docs/docsource/installation/install/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/install/index.rst -------------------------------------------------------------------------------- /docs/docsource/installation/install/install_helm.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/install/install_helm.rst -------------------------------------------------------------------------------- /docs/docsource/installation/install/install_xdm.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/install/install_xdm.rst -------------------------------------------------------------------------------- /docs/docsource/installation/install/install_zenko.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/install/install_zenko.rst -------------------------------------------------------------------------------- /docs/docsource/installation/prepare/configure_logical_volumes.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/prepare/configure_logical_volumes.rst -------------------------------------------------------------------------------- /docs/docsource/installation/prepare/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/prepare/index.rst -------------------------------------------------------------------------------- /docs/docsource/installation/prepare/node_setup.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/prepare/node_setup.rst -------------------------------------------------------------------------------- /docs/docsource/installation/prepare/preconfiguring_zenko.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/prepare/preconfiguring_zenko.rst -------------------------------------------------------------------------------- /docs/docsource/installation/prepare/proxies.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/prepare/proxies.rst -------------------------------------------------------------------------------- /docs/docsource/installation/prepare/setting_up_a_cluster.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/prepare/setting_up_a_cluster.rst -------------------------------------------------------------------------------- /docs/docsource/installation/prepare/sizing.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/prepare/sizing.rst -------------------------------------------------------------------------------- /docs/docsource/installation/uninstall/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/uninstall/index.rst -------------------------------------------------------------------------------- /docs/docsource/installation/upgrade/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/upgrade/index.rst -------------------------------------------------------------------------------- /docs/docsource/installation/upgrade/upgrade_zenko.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/installation/upgrade/upgrade_zenko.rst -------------------------------------------------------------------------------- /docs/docsource/introduction/architecture/Backbeat.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/introduction/architecture/Backbeat.rst -------------------------------------------------------------------------------- /docs/docsource/introduction/architecture/Blobserver.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/introduction/architecture/Blobserver.rst -------------------------------------------------------------------------------- /docs/docsource/introduction/architecture/CloudServer.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/introduction/architecture/CloudServer.rst -------------------------------------------------------------------------------- /docs/docsource/introduction/architecture/Cosmos.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/introduction/architecture/Cosmos.rst -------------------------------------------------------------------------------- /docs/docsource/introduction/architecture/Kafka.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/introduction/architecture/Kafka.rst -------------------------------------------------------------------------------- /docs/docsource/introduction/architecture/Kubernetes.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/introduction/architecture/Kubernetes.rst -------------------------------------------------------------------------------- /docs/docsource/introduction/architecture/MongoDB.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/introduction/architecture/MongoDB.rst -------------------------------------------------------------------------------- /docs/docsource/introduction/architecture/Prometheus.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/introduction/architecture/Prometheus.rst -------------------------------------------------------------------------------- /docs/docsource/introduction/architecture/Redis-Sentinel.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/introduction/architecture/Redis-Sentinel.rst -------------------------------------------------------------------------------- /docs/docsource/introduction/architecture/S3_Data.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/introduction/architecture/S3_Data.rst -------------------------------------------------------------------------------- /docs/docsource/introduction/architecture/ZooKeeper.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/introduction/architecture/ZooKeeper.rst -------------------------------------------------------------------------------- /docs/docsource/introduction/architecture/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/introduction/architecture/index.rst -------------------------------------------------------------------------------- /docs/docsource/introduction/architecture/xdm_ui.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/introduction/architecture/xdm_ui.rst -------------------------------------------------------------------------------- /docs/docsource/introduction/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/introduction/index.rst -------------------------------------------------------------------------------- /docs/docsource/introduction/supported_clouds+services.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/introduction/supported_clouds+services.rst -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/Add_AWS_bucket_for_OOB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/Add_AWS_bucket_for_OOB.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/Add_AWS_location_for_OOB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/Add_AWS_location_for_OOB.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/Cerebro_dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/Cerebro_dashboard.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/CloudServer.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/CloudServer.pdf -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/CloudServer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/CloudServer.svg -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/Cosmos.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/Cosmos.pdf -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/Cosmos.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/Cosmos.svg -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/Forget_XDM_Instance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/Forget_XDM_Instance.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/Grafana_app_level_dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/Grafana_app_level_dashboard.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/Grafana_login_app-level.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/Grafana_login_app-level.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/MetalK8s_Dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/MetalK8s_Dash.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/Settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/Settings.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/XDM_accounts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/XDM_accounts.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/XDM_arch_NoNFS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/XDM_arch_NoNFS.pdf -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/XDM_arch_NoNFS.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/XDM_arch_NoNFS.svg -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/XDM_cluster_NoNFS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/XDM_cluster_NoNFS.pdf -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/XDM_cluster_NoNFS.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/XDM_cluster_NoNFS.svg -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/XDM_hi-level.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/XDM_hi-level.pdf -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/XDM_hi-level.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/XDM_hi-level.svg -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/XDM_login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/XDM_login.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/Zenko.io_screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/Zenko.io_screen.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/Zenko_2.0.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/Zenko_2.0.svg -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/Zenko_arch+nfs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/Zenko_arch+nfs.svg -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/Zenko_arch.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/Zenko_arch.pdf -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/Zenko_arch_NoNFS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/Zenko_arch_NoNFS.pdf -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/Zenko_arch_NoNFS.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/Zenko_arch_NoNFS.svg -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/Zenko_cluster_NoNFS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/Zenko_cluster_NoNFS.pdf -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/Zenko_cluster_NoNFS.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/Zenko_cluster_NoNFS.svg -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/Zenko_hi-level.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/Zenko_hi-level.pdf -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/Zenko_hi-level.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/Zenko_hi-level.svg -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/add_new_cloud_location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/add_new_cloud_location.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/add_new_location_dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/add_new_location_dialog.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/add_nfs_location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/add_nfs_location.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/aws_bucket_dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/aws_bucket_dashboard.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/aws_versioning_enabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/aws_versioning_enabled.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/bucket_delete_verify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/bucket_delete_verify.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/bucket_delete_verify_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/bucket_delete_verify_selected.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/bucket_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/bucket_select.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/cloud_locations_modal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/cloud_locations_modal.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/cosmos_initial_ingest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/cosmos_initial_ingest.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/create_bucket_mirror_mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/create_bucket_mirror_mode.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/create_nfs_bucket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/create_nfs_bucket.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/credentialed_user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/credentialed_user.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/delete_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/delete_button.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/download_button_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/download_button_selected.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/google_login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/google_login.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/kibana_opening_screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/kibana_opening_screen.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/kubernetes_dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/kubernetes_dashboard.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/kubernetes_dashboard_login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/kubernetes_dashboard_login.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/location_status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/location_status.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/metadata_search_results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/metadata_search_results.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/mirroring_enabled_indicator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/mirroring_enabled_indicator.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/multicloud_browser_1_bucket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/multicloud_browser_1_bucket.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/multicloud_browser_select_bucket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/multicloud_browser_select_bucket.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/new_cloud_location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/new_cloud_location.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/new_user_created.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/new_user_created.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/orbit_user_revoke_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/orbit_user_revoke_warning.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/prometheus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/prometheus.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/replication_no_target_message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/replication_no_target_message.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/sandbox_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/sandbox_settings.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/secret_key_my_account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/secret_key_my_account.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/sidebar_browser_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/sidebar_browser_button.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/sidebar_replication_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/sidebar_replication_button.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/sidebar_settings_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/sidebar_settings_button.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/sidebar_storage_accounts_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/sidebar_storage_accounts_button.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/sidebar_storage_locations_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/sidebar_storage_locations_button.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/unlink_zenko.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/unlink_zenko.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/upload_button_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/upload_button_hover.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_account_created.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_account_created.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_account_filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_account_filter.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_account_mgmt_window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_account_mgmt_window.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_account_not_created.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_account_not_created.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_account_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_account_selected.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_account_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_account_view.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_add_first_bucket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_add_first_bucket.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_add_new_storage_location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_add_new_storage_location.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_add_sproxyd_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_add_sproxyd_selected.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_bucket_contents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_bucket_contents.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_bucket_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_bucket_create.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_bucket_created.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_bucket_created.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_bucket_delete_confirm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_bucket_delete_confirm.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_bucket_delete_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_bucket_delete_select.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_bucket_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_bucket_overview.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_bucket_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_bucket_select.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_create_account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_create_account.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_create_workflow_first.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_create_workflow_first.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_data_browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_data_browser.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_data_browser_account_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_data_browser_account_select.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_delete_confirmation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_delete_confirmation.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_icon_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_icon_delete.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_icon_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_icon_edit.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_list_versions_toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_list_versions_toggle.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_location_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_location_add.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_location_create_mirror.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_location_create_mirror.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_location_delete_confirm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_location_delete_confirm.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_location_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_location_edit.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_locations_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_locations_tab.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_login.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_metadata_search_entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_metadata_search_entry.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_metadata_search_results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_metadata_search_results.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_object_add_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_object_add_more.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_object_delete_confirm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_object_delete_confirm.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_object_delete_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_object_delete_select.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_object_delete_versioned.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_object_delete_versioned.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_object_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_object_download.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_object_info_metadata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_object_info_metadata.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_object_info_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_object_info_summary.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_object_info_tags.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_object_info_tags.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_object_info_versioned.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_object_info_versioned.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_object_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_object_select.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_object_upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_object_upload.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_workflow_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_workflow_create.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_workflow_create_unfilled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_workflow_create_unfilled.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_workflow_defined.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_workflow_defined.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_workflow_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_workflow_delete.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_workflow_panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_workflow_panel.png -------------------------------------------------------------------------------- /docs/docsource/operation/Graphics/xdm_ui_workflow_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/Graphics/xdm_ui_workflow_select.png -------------------------------------------------------------------------------- /docs/docsource/operation/_static: -------------------------------------------------------------------------------- 1 | ../_static -------------------------------------------------------------------------------- /docs/docsource/operation/account_operations/create_access_key.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/docsource/operation/account_operations/create_access_keys.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/account_operations/create_access_keys.rst -------------------------------------------------------------------------------- /docs/docsource/operation/account_operations/create_an_account.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/account_operations/create_an_account.rst -------------------------------------------------------------------------------- /docs/docsource/operation/account_operations/delete_access_key.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/docsource/operation/account_operations/delete_access_keys.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/account_operations/delete_access_keys.rst -------------------------------------------------------------------------------- /docs/docsource/operation/account_operations/delete_an_account.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/account_operations/delete_an_account.rst -------------------------------------------------------------------------------- /docs/docsource/operation/account_operations/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/account_operations/index.rst -------------------------------------------------------------------------------- /docs/docsource/operation/account_operations/list_access_keys.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/docsource/operation/bucket_operations/create_a_bucket.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/bucket_operations/create_a_bucket.rst -------------------------------------------------------------------------------- /docs/docsource/operation/bucket_operations/delete_a_bucket.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/bucket_operations/delete_a_bucket.rst -------------------------------------------------------------------------------- /docs/docsource/operation/bucket_operations/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/bucket_operations/index.rst -------------------------------------------------------------------------------- /docs/docsource/operation/bucket_operations/inspect_a_bucket.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/bucket_operations/inspect_a_bucket.rst -------------------------------------------------------------------------------- /docs/docsource/operation/bucket_operations/metadata_search/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/bucket_operations/metadata_search/index.rst -------------------------------------------------------------------------------- /docs/docsource/operation/dashboards/Accessing_Cloud_Dashboards.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/dashboards/Accessing_Cloud_Dashboards.rst -------------------------------------------------------------------------------- /docs/docsource/operation/dashboards/Cerebro.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/dashboards/Cerebro.rst -------------------------------------------------------------------------------- /docs/docsource/operation/dashboards/Grafana.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/dashboards/Grafana.rst -------------------------------------------------------------------------------- /docs/docsource/operation/dashboards/Kibana.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/dashboards/Kibana.rst -------------------------------------------------------------------------------- /docs/docsource/operation/dashboards/Kubernetes_Dashboard.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/dashboards/Kubernetes_Dashboard.rst -------------------------------------------------------------------------------- /docs/docsource/operation/dashboards/Prometheus.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/dashboards/Prometheus.rst -------------------------------------------------------------------------------- /docs/docsource/operation/dashboards/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/dashboards/index.rst -------------------------------------------------------------------------------- /docs/docsource/operation/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/index.rst -------------------------------------------------------------------------------- /docs/docsource/operation/index_pdf.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/index_pdf.rst -------------------------------------------------------------------------------- /docs/docsource/operation/location_management/add_a_storage_location.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/location_management/add_a_storage_location.rst -------------------------------------------------------------------------------- /docs/docsource/operation/location_management/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/location_management/index.rst -------------------------------------------------------------------------------- /docs/docsource/operation/object_operations/delete_objects.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/object_operations/delete_objects.rst -------------------------------------------------------------------------------- /docs/docsource/operation/object_operations/download_an_object.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/object_operations/download_an_object.rst -------------------------------------------------------------------------------- /docs/docsource/operation/object_operations/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/object_operations/index.rst -------------------------------------------------------------------------------- /docs/docsource/operation/object_operations/view_object_info.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/object_operations/view_object_info.rst -------------------------------------------------------------------------------- /docs/docsource/operation/object_operations/view_object_versions.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/object_operations/view_object_versions.rst -------------------------------------------------------------------------------- /docs/docsource/operation/platform_operations/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/operation/platform_operations/index.rst -------------------------------------------------------------------------------- /docs/docsource/reference/_static/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/docsource/reference/_static/Scality Logo Horizontal White.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/_static/Scality Logo Horizontal White.png -------------------------------------------------------------------------------- /docs/docsource/reference/_static/Zenko Logo Horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/_static/Zenko Logo Horizontal.png -------------------------------------------------------------------------------- /docs/docsource/reference/_static/Zenko_cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/_static/Zenko_cover.png -------------------------------------------------------------------------------- /docs/docsource/reference/_static/Zenko_logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/_static/Zenko_logo.svg -------------------------------------------------------------------------------- /docs/docsource/reference/_static/classic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/_static/classic.css -------------------------------------------------------------------------------- /docs/docsource/reference/_static/custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/_static/custom.css -------------------------------------------------------------------------------- /docs/docsource/reference/_static/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/_static/favicon.ico -------------------------------------------------------------------------------- /docs/docsource/reference/_static/fonts/Oswald/Oswald-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/_static/fonts/Oswald/Oswald-Bold.ttf -------------------------------------------------------------------------------- /docs/docsource/reference/_static/fonts/Oswald/Oswald-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/_static/fonts/Oswald/Oswald-BoldItalic.ttf -------------------------------------------------------------------------------- /docs/docsource/reference/_static/fonts/Oswald/Oswald-DemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/_static/fonts/Oswald/Oswald-DemiBold.ttf -------------------------------------------------------------------------------- /docs/docsource/reference/_static/fonts/Oswald/Oswald-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/_static/fonts/Oswald/Oswald-ExtraLight.ttf -------------------------------------------------------------------------------- /docs/docsource/reference/_static/fonts/Oswald/Oswald-Heavy.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/_static/fonts/Oswald/Oswald-Heavy.ttf -------------------------------------------------------------------------------- /docs/docsource/reference/_static/fonts/Oswald/Oswald-HeavyItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/_static/fonts/Oswald/Oswald-HeavyItalic.ttf -------------------------------------------------------------------------------- /docs/docsource/reference/_static/fonts/Oswald/Oswald-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/_static/fonts/Oswald/Oswald-Light.ttf -------------------------------------------------------------------------------- /docs/docsource/reference/_static/fonts/Oswald/Oswald-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/_static/fonts/Oswald/Oswald-LightItalic.ttf -------------------------------------------------------------------------------- /docs/docsource/reference/_static/fonts/Oswald/Oswald-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/_static/fonts/Oswald/Oswald-Medium.ttf -------------------------------------------------------------------------------- /docs/docsource/reference/_static/fonts/Oswald/Oswald-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/_static/fonts/Oswald/Oswald-MediumItalic.ttf -------------------------------------------------------------------------------- /docs/docsource/reference/_static/fonts/Oswald/Oswald-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/_static/fonts/Oswald/Oswald-Regular.ttf -------------------------------------------------------------------------------- /docs/docsource/reference/_static/fonts/Oswald/Oswald-Stencil.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/_static/fonts/Oswald/Oswald-Stencil.ttf -------------------------------------------------------------------------------- /docs/docsource/reference/_static/fonts/Roboto/Apache License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/_static/fonts/Roboto/Apache License.txt -------------------------------------------------------------------------------- /docs/docsource/reference/_static/fonts/Roboto/Roboto-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/_static/fonts/Roboto/Roboto-Black.ttf -------------------------------------------------------------------------------- /docs/docsource/reference/_static/fonts/Roboto/Roboto-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/_static/fonts/Roboto/Roboto-BlackItalic.ttf -------------------------------------------------------------------------------- /docs/docsource/reference/_static/fonts/Roboto/Roboto-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/_static/fonts/Roboto/Roboto-Bold.ttf -------------------------------------------------------------------------------- /docs/docsource/reference/_static/fonts/Roboto/Roboto-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/_static/fonts/Roboto/Roboto-BoldItalic.ttf -------------------------------------------------------------------------------- /docs/docsource/reference/_static/fonts/Roboto/Roboto-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/_static/fonts/Roboto/Roboto-Italic.ttf -------------------------------------------------------------------------------- /docs/docsource/reference/_static/fonts/Roboto/Roboto-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/_static/fonts/Roboto/Roboto-Light.ttf -------------------------------------------------------------------------------- /docs/docsource/reference/_static/fonts/Roboto/Roboto-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/_static/fonts/Roboto/Roboto-LightItalic.ttf -------------------------------------------------------------------------------- /docs/docsource/reference/_static/fonts/Roboto/Roboto-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/_static/fonts/Roboto/Roboto-Medium.ttf -------------------------------------------------------------------------------- /docs/docsource/reference/_static/fonts/Roboto/Roboto-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/_static/fonts/Roboto/Roboto-MediumItalic.ttf -------------------------------------------------------------------------------- /docs/docsource/reference/_static/fonts/Roboto/Roboto-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/_static/fonts/Roboto/Roboto-Regular.ttf -------------------------------------------------------------------------------- /docs/docsource/reference/_static/fonts/Roboto/Roboto-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/_static/fonts/Roboto/Roboto-Thin.ttf -------------------------------------------------------------------------------- /docs/docsource/reference/_static/fonts/Roboto/Roboto-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/_static/fonts/Roboto/Roboto-ThinItalic.ttf -------------------------------------------------------------------------------- /docs/docsource/reference/_static/footer_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/_static/footer_logo.png -------------------------------------------------------------------------------- /docs/docsource/reference/apis/blobserver/Account/ListContainers.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/blobserver/Account/ListContainers.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/blobserver/Account/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/blobserver/Account/index.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/blobserver/Blob/CopyBlob.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/blobserver/Blob/CopyBlob.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/blobserver/Blob/DeleteBlob.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/blobserver/Blob/DeleteBlob.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/blobserver/Blob/GetBlob.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/blobserver/Blob/GetBlob.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/blobserver/Blob/GetBlobMetadata.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/blobserver/Blob/GetBlobMetadata.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/blobserver/Blob/GetBlobProperties.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/blobserver/Blob/GetBlobProperties.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/blobserver/Blob/GetBlockList.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/blobserver/Blob/GetBlockList.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/blobserver/Blob/PutBlob.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/blobserver/Blob/PutBlob.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/blobserver/Blob/PutBlock.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/blobserver/Blob/PutBlock.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/blobserver/Blob/PutBlockList.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/blobserver/Blob/PutBlockList.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/blobserver/Blob/SetBlobMetadata.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/blobserver/Blob/SetBlobMetadata.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/blobserver/Blob/SetBlobProperties.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/blobserver/Blob/SetBlobProperties.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/blobserver/Blob/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/blobserver/Blob/index.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/blobserver/Container/ListBlobs.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/blobserver/Container/ListBlobs.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/blobserver/Container/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/blobserver/Container/index.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/blobserver/common_features/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/blobserver/common_features/index.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/blobserver/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/blobserver/index.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/cloudserver/access_control/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/cloudserver/access_control/index.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/cloudserver/backbeat/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/cloudserver/backbeat/index.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/cloudserver/backbeat/metrics/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/cloudserver/backbeat/metrics/index.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/cloudserver/bucket_operations/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/cloudserver/bucket_operations/index.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/cloudserver/common_features/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/cloudserver/common_features/index.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/cloudserver/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/cloudserver/index.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/cloudserver/object_operations/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/cloudserver/object_operations/index.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/encryption.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/encryption.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/http_conformity.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/http_conformity.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/iam/create_access_key.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/iam/create_access_key.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/iam/delete_access_key.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/iam/delete_access_key.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/iam/generate_account_access_key.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/iam/generate_account_access_key.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/iam/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/iam/index.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/iam/list_access_keys.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/iam/list_access_keys.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/iam/update_access_key.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/iam/update_access_key.txt -------------------------------------------------------------------------------- /docs/docsource/reference/apis/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/index.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/prometheus/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/prometheus/index.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/utapi/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/utapi/index.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/utapi/post_accounts.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/utapi/post_accounts.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/utapi/post_buckets.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/utapi/post_buckets.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/utapi/post_service.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/utapi/post_service.rst -------------------------------------------------------------------------------- /docs/docsource/reference/apis/utapi/post_users.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/apis/utapi/post_users.rst -------------------------------------------------------------------------------- /docs/docsource/reference/command_reference/iam_commands/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/command_reference/iam_commands/index.rst -------------------------------------------------------------------------------- /docs/docsource/reference/command_reference/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/command_reference/index.rst -------------------------------------------------------------------------------- /docs/docsource/reference/command_reference/s3_commands/cp.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/command_reference/s3_commands/cp.rst -------------------------------------------------------------------------------- /docs/docsource/reference/command_reference/s3_commands/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/command_reference/s3_commands/index.rst -------------------------------------------------------------------------------- /docs/docsource/reference/command_reference/s3_commands/ls.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/command_reference/s3_commands/ls.rst -------------------------------------------------------------------------------- /docs/docsource/reference/command_reference/s3_commands/mb.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/command_reference/s3_commands/mb.rst -------------------------------------------------------------------------------- /docs/docsource/reference/command_reference/s3_commands/rb.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/command_reference/s3_commands/rb.rst -------------------------------------------------------------------------------- /docs/docsource/reference/command_reference/s3_commands/rm.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/command_reference/s3_commands/rm.rst -------------------------------------------------------------------------------- /docs/docsource/reference/command_reference/s3api_commands/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/command_reference/s3api_commands/index.rst -------------------------------------------------------------------------------- /docs/docsource/reference/error_codes/aws_error_codes.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/error_codes/aws_error_codes.rst -------------------------------------------------------------------------------- /docs/docsource/reference/error_codes/aws_s3_errors.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/error_codes/aws_s3_errors.rst -------------------------------------------------------------------------------- /docs/docsource/reference/error_codes/backbeat_response_codes.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/error_codes/backbeat_response_codes.rst -------------------------------------------------------------------------------- /docs/docsource/reference/error_codes/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/error_codes/index.rst -------------------------------------------------------------------------------- /docs/docsource/reference/error_codes/non-aws_errors.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/error_codes/non-aws_errors.rst -------------------------------------------------------------------------------- /docs/docsource/reference/error_codes/s3_api_errors.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/error_codes/s3_api_errors.rst -------------------------------------------------------------------------------- /docs/docsource/reference/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/index.rst -------------------------------------------------------------------------------- /docs/docsource/reference/index_pdf.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/index_pdf.rst -------------------------------------------------------------------------------- /docs/docsource/reference/introduction/bucket_encryption.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/introduction/bucket_encryption.rst -------------------------------------------------------------------------------- /docs/docsource/reference/introduction/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/introduction/index.rst -------------------------------------------------------------------------------- /docs/docsource/reference/introduction/supported_apis.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/introduction/supported_apis.rst -------------------------------------------------------------------------------- /docs/docsource/reference/templates/preamble.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/reference/templates/preamble.tex -------------------------------------------------------------------------------- /docs/docsource/requirements.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/requirements.in -------------------------------------------------------------------------------- /docs/docsource/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/requirements.txt -------------------------------------------------------------------------------- /docs/docsource/scaldoc/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/docsource/scaldoc/latex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/scaldoc/latex.py -------------------------------------------------------------------------------- /docs/docsource/scaldoc/paths.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/scaldoc/paths.py -------------------------------------------------------------------------------- /docs/docsource/scaldoc/resources.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/scaldoc/resources.py -------------------------------------------------------------------------------- /docs/docsource/scaldoc/screenshot/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/scaldoc/screenshot/__init__.py -------------------------------------------------------------------------------- /docs/docsource/static: -------------------------------------------------------------------------------- 1 | _static -------------------------------------------------------------------------------- /docs/docsource/templates/preamble.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/docsource/templates/preamble.tex -------------------------------------------------------------------------------- /docs/make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/make.bat -------------------------------------------------------------------------------- /docs/release.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/release.md -------------------------------------------------------------------------------- /docs/scaldoc: -------------------------------------------------------------------------------- 1 | docsource/scaldoc -------------------------------------------------------------------------------- /docs/tox.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/docs/tox.ini -------------------------------------------------------------------------------- /monitoring/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/monitoring/README.md -------------------------------------------------------------------------------- /monitoring/dr/alerts.test.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/monitoring/dr/alerts.test.yaml -------------------------------------------------------------------------------- /monitoring/dr/alerts.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/monitoring/dr/alerts.yaml -------------------------------------------------------------------------------- /monitoring/dr/dashboard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/monitoring/dr/dashboard.json -------------------------------------------------------------------------------- /monitoring/dr/dashboard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/monitoring/dr/dashboard.py -------------------------------------------------------------------------------- /monitoring/kafka-connect/dashboard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/monitoring/kafka-connect/dashboard.json -------------------------------------------------------------------------------- /monitoring/kafka-connect/dashboard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/monitoring/kafka-connect/dashboard.py -------------------------------------------------------------------------------- /monitoring/kafka/alerts.test.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/monitoring/kafka/alerts.test.yaml -------------------------------------------------------------------------------- /monitoring/kafka/alerts.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/monitoring/kafka/alerts.yaml -------------------------------------------------------------------------------- /monitoring/kafka/dashboard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/monitoring/kafka/dashboard.json -------------------------------------------------------------------------------- /monitoring/mongodb/.gitignore: -------------------------------------------------------------------------------- 1 | alerts.rendered.yaml 2 | -------------------------------------------------------------------------------- /monitoring/mongodb/alerts.test.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/monitoring/mongodb/alerts.test.yaml -------------------------------------------------------------------------------- /monitoring/mongodb/alerts.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/monitoring/mongodb/alerts.yaml -------------------------------------------------------------------------------- /monitoring/mongodb/dashboard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/monitoring/mongodb/dashboard.json -------------------------------------------------------------------------------- /monitoring/mongodb/dashboard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/monitoring/mongodb/dashboard.py -------------------------------------------------------------------------------- /monitoring/redis/alerts.test.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/monitoring/redis/alerts.test.yaml -------------------------------------------------------------------------------- /monitoring/redis/alerts.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/monitoring/redis/alerts.yaml -------------------------------------------------------------------------------- /monitoring/redis/dashboard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/monitoring/redis/dashboard.json -------------------------------------------------------------------------------- /monitoring/redis/dashboard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/monitoring/redis/dashboard.py -------------------------------------------------------------------------------- /monitoring/zookeeper/alerts.test.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/monitoring/zookeeper/alerts.test.yaml -------------------------------------------------------------------------------- /monitoring/zookeeper/alerts.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/monitoring/zookeeper/alerts.yaml -------------------------------------------------------------------------------- /monitoring/zookeeper/dashboard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/monitoring/zookeeper/dashboard.json -------------------------------------------------------------------------------- /res/orbit_registration_page.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/res/orbit_registration_page.jpeg -------------------------------------------------------------------------------- /res/orbit_setup_page.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/res/orbit_setup_page.jpeg -------------------------------------------------------------------------------- /res/soda-foundation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/res/soda-foundation.png -------------------------------------------------------------------------------- /res/zenko.io-logo-stacked-purple-cmyk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/res/zenko.io-logo-stacked-purple-cmyk.png -------------------------------------------------------------------------------- /res/zenko.io-logo-wide-bw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/res/zenko.io-logo-wide-bw.png -------------------------------------------------------------------------------- /solution-base/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/solution-base/build.sh -------------------------------------------------------------------------------- /solution-base/deps.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/solution-base/deps.yaml -------------------------------------------------------------------------------- /solution-base/mongodb/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/solution-base/mongodb/Makefile -------------------------------------------------------------------------------- /solution-base/mongodb/charts/mongodb-sharded/.helmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/solution-base/mongodb/charts/mongodb-sharded/.helmignore -------------------------------------------------------------------------------- /solution-base/mongodb/charts/mongodb-sharded/Chart.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/solution-base/mongodb/charts/mongodb-sharded/Chart.lock -------------------------------------------------------------------------------- /solution-base/mongodb/charts/mongodb-sharded/Chart.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/solution-base/mongodb/charts/mongodb-sharded/Chart.yaml -------------------------------------------------------------------------------- /solution-base/mongodb/charts/mongodb-sharded/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/solution-base/mongodb/charts/mongodb-sharded/README.md -------------------------------------------------------------------------------- /solution-base/mongodb/charts/mongodb-sharded/charts/common/Chart.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/solution-base/mongodb/charts/mongodb-sharded/charts/common/Chart.yaml -------------------------------------------------------------------------------- /solution-base/mongodb/charts/mongodb-sharded/charts/common/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/solution-base/mongodb/charts/mongodb-sharded/charts/common/README.md -------------------------------------------------------------------------------- /solution-base/mongodb/charts/mongodb-sharded/files/docker-entrypoint-initdb.d/create-app-user-sharded.sh: -------------------------------------------------------------------------------- 1 | ../../../../scripts/create-app-user.sh -------------------------------------------------------------------------------- /solution-base/mongodb/charts/mongodb-sharded/files/docker-entrypoint-initdb.d/set-default-write-concern-majority-sharded.sh: -------------------------------------------------------------------------------- 1 | ../../../../scripts/set-default-write-concern-majority.sh -------------------------------------------------------------------------------- /solution-base/mongodb/charts/mongodb-sharded/templates/NOTES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/solution-base/mongodb/charts/mongodb-sharded/templates/NOTES.txt -------------------------------------------------------------------------------- /solution-base/mongodb/charts/mongodb-sharded/templates/_helpers.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/solution-base/mongodb/charts/mongodb-sharded/templates/_helpers.tpl -------------------------------------------------------------------------------- /solution-base/mongodb/charts/mongodb-sharded/templates/secrets.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/solution-base/mongodb/charts/mongodb-sharded/templates/secrets.yaml -------------------------------------------------------------------------------- /solution-base/mongodb/charts/mongodb-sharded/values.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/solution-base/mongodb/charts/mongodb-sharded/values.yaml -------------------------------------------------------------------------------- /solution-base/mongodb/how_to_upgrade.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/solution-base/mongodb/how_to_upgrade.md -------------------------------------------------------------------------------- /solution-base/mongodb/patches/mongodb-exporter-configuration.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/solution-base/mongodb/patches/mongodb-exporter-configuration.patch -------------------------------------------------------------------------------- /solution-base/mongodb/patches/mongodb-sharded-add-pv-selector.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/solution-base/mongodb/patches/mongodb-sharded-add-pv-selector.patch -------------------------------------------------------------------------------- /solution-base/mongodb/patches/mongodb-sharded-fix-podmonitor.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/solution-base/mongodb/patches/mongodb-sharded-fix-podmonitor.patch -------------------------------------------------------------------------------- /solution-base/mongodb/patches/mongos-dep-sts.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/solution-base/mongodb/patches/mongos-dep-sts.patch -------------------------------------------------------------------------------- /solution-base/mongodb/patches/redirect-logs-to-stdout.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/solution-base/mongodb/patches/redirect-logs-to-stdout.patch -------------------------------------------------------------------------------- /solution-base/mongodb/patches/replicaset-entrypoint-configmap.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/solution-base/mongodb/patches/replicaset-entrypoint-configmap.patch -------------------------------------------------------------------------------- /solution-base/mongodb/patches/statefulset-permissions.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/solution-base/mongodb/patches/statefulset-permissions.patch -------------------------------------------------------------------------------- /solution-base/mongodb/patches/update-default-values.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/solution-base/mongodb/patches/update-default-values.patch -------------------------------------------------------------------------------- /solution-base/mongodb/scripts/create-app-user.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/solution-base/mongodb/scripts/create-app-user.sh -------------------------------------------------------------------------------- /solution-base/mongodb/scripts/set-default-write-concern-majority.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/solution-base/mongodb/scripts/set-default-write-concern-majority.sh -------------------------------------------------------------------------------- /solution/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/solution/build.sh -------------------------------------------------------------------------------- /solution/deps.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/solution/deps.yaml -------------------------------------------------------------------------------- /solution/kafka-connect/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/solution/kafka-connect/Dockerfile -------------------------------------------------------------------------------- /solution/kafka-connect/connect-log4j.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/solution/kafka-connect/connect-log4j.properties -------------------------------------------------------------------------------- /solution/kafka-connect/kafka-connect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/solution/kafka-connect/kafka-connect.yaml -------------------------------------------------------------------------------- /solution/kafka/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/solution/kafka/Dockerfile -------------------------------------------------------------------------------- /solution/kafka/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/solution/kafka/LICENSE -------------------------------------------------------------------------------- /solution/kafka/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/solution/kafka/README.md -------------------------------------------------------------------------------- /solution/kafka/log4j.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/solution/kafka/log4j.properties -------------------------------------------------------------------------------- /solution/kafka_build_vars.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/solution/kafka_build_vars.sh -------------------------------------------------------------------------------- /solution/zenkoversion.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/solution/zenkoversion.yaml -------------------------------------------------------------------------------- /tests/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/.gitignore -------------------------------------------------------------------------------- /tests/ctst/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | *.log -------------------------------------------------------------------------------- /tests/ctst/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/CONTRIBUTING.md -------------------------------------------------------------------------------- /tests/ctst/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/Dockerfile -------------------------------------------------------------------------------- /tests/ctst/HOW_TO_WRITE_TESTS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/HOW_TO_WRITE_TESTS.md -------------------------------------------------------------------------------- /tests/ctst/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/README.md -------------------------------------------------------------------------------- /tests/ctst/common/common.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/common/common.ts -------------------------------------------------------------------------------- /tests/ctst/common/constants.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/common/constants.ts -------------------------------------------------------------------------------- /tests/ctst/common/hooks.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/common/hooks.ts -------------------------------------------------------------------------------- /tests/ctst/common/identity.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/common/identity.ts -------------------------------------------------------------------------------- /tests/ctst/common/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/common/utils.ts -------------------------------------------------------------------------------- /tests/ctst/eslint.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/eslint.config.mjs -------------------------------------------------------------------------------- /tests/ctst/features/CountItems/CountItems.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/features/CountItems/CountItems.feature -------------------------------------------------------------------------------- /tests/ctst/features/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/features/README.md -------------------------------------------------------------------------------- /tests/ctst/features/azureArchive.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/features/azureArchive.feature -------------------------------------------------------------------------------- /tests/ctst/features/bucket-notifications/notifications.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/features/bucket-notifications/notifications.feature -------------------------------------------------------------------------------- /tests/ctst/features/bucketWebsite.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/features/bucketWebsite.feature -------------------------------------------------------------------------------- /tests/ctst/features/cloudserverAuth.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/features/cloudserverAuth.feature -------------------------------------------------------------------------------- /tests/ctst/features/crrReplicationS3utils.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/features/crrReplicationS3utils.feature -------------------------------------------------------------------------------- /tests/ctst/features/dmf.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/features/dmf.feature -------------------------------------------------------------------------------- /tests/ctst/features/iam-policies/AssumeRole.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/features/iam-policies/AssumeRole.feature -------------------------------------------------------------------------------- /tests/ctst/features/iam-policies/AssumeRoleWithWebIdentity.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/features/iam-policies/AssumeRoleWithWebIdentity.feature -------------------------------------------------------------------------------- /tests/ctst/features/iam-policies/IAMUser.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/features/iam-policies/IAMUser.feature -------------------------------------------------------------------------------- /tests/ctst/features/iam-policies/backbeatServiceUser.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/features/iam-policies/backbeatServiceUser.feature -------------------------------------------------------------------------------- /tests/ctst/features/pra.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/features/pra.feature -------------------------------------------------------------------------------- /tests/ctst/features/put-object.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/features/put-object.feature -------------------------------------------------------------------------------- /tests/ctst/features/quotas/Quotas.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/features/quotas/Quotas.feature -------------------------------------------------------------------------------- /tests/ctst/features/resource-policies/AssumeRole.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/features/resource-policies/AssumeRole.feature -------------------------------------------------------------------------------- /tests/ctst/features/resource-policies/Conditions.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/features/resource-policies/Conditions.feature -------------------------------------------------------------------------------- /tests/ctst/features/resource-policies/CrossAccountAssumeRole.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/features/resource-policies/CrossAccountAssumeRole.feature -------------------------------------------------------------------------------- /tests/ctst/features/resource-policies/IAMUser.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/features/resource-policies/IAMUser.feature -------------------------------------------------------------------------------- /tests/ctst/features/resource-policies/UseCases.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/features/resource-policies/UseCases.feature -------------------------------------------------------------------------------- /tests/ctst/features/resource-policies/WebIdentity.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/features/resource-policies/WebIdentity.feature -------------------------------------------------------------------------------- /tests/ctst/features/resource-policies/regen.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/features/resource-policies/regen.js -------------------------------------------------------------------------------- /tests/ctst/features/sosapi.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/features/sosapi.feature -------------------------------------------------------------------------------- /tests/ctst/features/utilization/UtilizationAPIs.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/features/utilization/UtilizationAPIs.feature -------------------------------------------------------------------------------- /tests/ctst/features/zzz.kafkaCleaner.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/features/zzz.kafkaCleaner.feature -------------------------------------------------------------------------------- /tests/ctst/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/package.json -------------------------------------------------------------------------------- /tests/ctst/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/run.sh -------------------------------------------------------------------------------- /tests/ctst/steps/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/steps/README.md -------------------------------------------------------------------------------- /tests/ctst/steps/azureArchive.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/steps/azureArchive.ts -------------------------------------------------------------------------------- /tests/ctst/steps/bucket-policies/common.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/steps/bucket-policies/common.ts -------------------------------------------------------------------------------- /tests/ctst/steps/bucket-policies/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/steps/bucket-policies/utils.ts -------------------------------------------------------------------------------- /tests/ctst/steps/cloudserverAuth.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/steps/cloudserverAuth.ts -------------------------------------------------------------------------------- /tests/ctst/steps/cronjobs/countItems.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/steps/cronjobs/countItems.ts -------------------------------------------------------------------------------- /tests/ctst/steps/dmf.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/steps/dmf.ts -------------------------------------------------------------------------------- /tests/ctst/steps/dr/drctl.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/steps/dr/drctl.ts -------------------------------------------------------------------------------- /tests/ctst/steps/iam-policies/IAMUser.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/steps/iam-policies/IAMUser.ts -------------------------------------------------------------------------------- /tests/ctst/steps/iam-policies/common.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/steps/iam-policies/common.ts -------------------------------------------------------------------------------- /tests/ctst/steps/notifications.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/steps/notifications.ts -------------------------------------------------------------------------------- /tests/ctst/steps/pra.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/steps/pra.ts -------------------------------------------------------------------------------- /tests/ctst/steps/put-object.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/steps/put-object.ts -------------------------------------------------------------------------------- /tests/ctst/steps/quotas/quotas.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/steps/quotas/quotas.ts -------------------------------------------------------------------------------- /tests/ctst/steps/replication.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/steps/replication.ts -------------------------------------------------------------------------------- /tests/ctst/steps/setup.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/steps/setup.ts -------------------------------------------------------------------------------- /tests/ctst/steps/sosapi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/steps/sosapi.ts -------------------------------------------------------------------------------- /tests/ctst/steps/utilization/utilizationAPI.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/steps/utilization/utilizationAPI.ts -------------------------------------------------------------------------------- /tests/ctst/steps/utils/kubernetes.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/steps/utils/kubernetes.ts -------------------------------------------------------------------------------- /tests/ctst/steps/utils/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/steps/utils/utils.ts -------------------------------------------------------------------------------- /tests/ctst/steps/website/website.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/steps/website/website.ts -------------------------------------------------------------------------------- /tests/ctst/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/tsconfig.json -------------------------------------------------------------------------------- /tests/ctst/world/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/world/README.md -------------------------------------------------------------------------------- /tests/ctst/world/Zenko.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/world/Zenko.ts -------------------------------------------------------------------------------- /tests/ctst/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/ctst/yarn.lock -------------------------------------------------------------------------------- /tests/workflows/VERSION-2.3.7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/workflows/VERSION-2.3.7 -------------------------------------------------------------------------------- /tests/workflows/VERSION-2.3.7-rc.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/workflows/VERSION-2.3.7-rc.1 -------------------------------------------------------------------------------- /tests/workflows/getBuildArtifact.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/workflows/getBuildArtifact.spec.ts -------------------------------------------------------------------------------- /tests/workflows/getPreviousTag.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/workflows/getPreviousTag.spec.js -------------------------------------------------------------------------------- /tests/workflows/jest.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/workflows/jest.config.ts -------------------------------------------------------------------------------- /tests/workflows/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/workflows/package.json -------------------------------------------------------------------------------- /tests/workflows/release.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/workflows/release.spec.ts -------------------------------------------------------------------------------- /tests/workflows/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/workflows/tsconfig.json -------------------------------------------------------------------------------- /tests/workflows/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/workflows/yarn.lock -------------------------------------------------------------------------------- /tests/zenko_tests/.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/.dockerignore -------------------------------------------------------------------------------- /tests/zenko_tests/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/Dockerfile -------------------------------------------------------------------------------- /tests/zenko_tests/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/README.md -------------------------------------------------------------------------------- /tests/zenko_tests/cleans3c.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/cleans3c.py -------------------------------------------------------------------------------- /tests/zenko_tests/configuration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/configuration.py -------------------------------------------------------------------------------- /tests/zenko_tests/create_buckets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/create_buckets.py -------------------------------------------------------------------------------- /tests/zenko_tests/docker-entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/docker-entrypoint.sh -------------------------------------------------------------------------------- /tests/zenko_tests/e2e-config.yaml.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/e2e-config.yaml.template -------------------------------------------------------------------------------- /tests/zenko_tests/e2e_config/accounts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/e2e_config/accounts.py -------------------------------------------------------------------------------- /tests/zenko_tests/e2e_config/clients.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/e2e_config/clients.py -------------------------------------------------------------------------------- /tests/zenko_tests/e2e_config/endpoints.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/e2e_config/endpoints.py -------------------------------------------------------------------------------- /tests/zenko_tests/e2e_config/locations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/e2e_config/locations.py -------------------------------------------------------------------------------- /tests/zenko_tests/e2e_config/schema.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/e2e_config/schema.py -------------------------------------------------------------------------------- /tests/zenko_tests/e2e_config/workflows.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/e2e_config/workflows.py -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/.eslintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/.eslintrc -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/VaultClient.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/VaultClient.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/backbeat/BackbeatAPIUtility.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/backbeat/BackbeatAPIUtility.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/backbeat/IngestionUtility.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/backbeat/IngestionUtility.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/backbeat/LifecycleUtility.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/backbeat/LifecycleUtility.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/backbeat/ReplicationUtility.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/backbeat/ReplicationUtility.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/backbeat/Using.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/backbeat/Using.md -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/backbeat/azureSDK.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/backbeat/azureSDK.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/backbeat/gcpStorage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/backbeat/gcpStorage.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/backbeat/tests/api/healthchecks.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/backbeat/tests/api/healthchecks.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/backbeat/tests/api/metrics.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/backbeat/tests/api/metrics.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/backbeat/tests/api/objectMonitor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/backbeat/tests/api/objectMonitor.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/backbeat/tests/crr/awsBackend.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/backbeat/tests/crr/awsBackend.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/backbeat/tests/crr/azureBackend.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/backbeat/tests/crr/azureBackend.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/backbeat/tests/crr/crr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/backbeat/tests/crr/crr.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/backbeat/tests/crr/gcpBackend.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/backbeat/tests/crr/gcpBackend.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/backbeat/tests/crr/oneToMany.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/backbeat/tests/crr/oneToMany.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/backbeat/tests/ingestion/ingestionS3C.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/backbeat/tests/ingestion/ingestionS3C.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/backbeat/tests/ingestion/oobS3C.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/backbeat/tests/ingestion/oobS3C.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/backbeat/tests/lifecycle/expiration.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/backbeat/tests/lifecycle/expiration.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/backbeat/tests/lifecycle/transition.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/backbeat/tests/lifecycle/transition.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/backbeat/tests/retry/pendingMetrics.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/backbeat/tests/retry/pendingMetrics.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/backbeat/tests/retry/retry.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/backbeat/tests/retry/retry.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/config.json -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/gcp_shim.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/gcp_shim.sh -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/iam_policies/cloudserver/AssumeRole.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/iam_policies/cloudserver/AssumeRole.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/iam_policies/cloudserver/IAMUser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/iam_policies/cloudserver/IAMUser.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/iam_policies/cloudserver/utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/iam_policies/cloudserver/utils.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/init_test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/init_test.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/npm_chain.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/npm_chain.sh -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/package-lock.json -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/package.json -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/s3SDK.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/s3SDK.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/stsSDK.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/stsSDK.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/ui/cypress.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/ui/cypress.json -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/ui/cypress/fixtures/fifteenmb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/ui/cypress/fixtures/fifteenmb -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/ui/cypress/fixtures/éléphant.txt: -------------------------------------------------------------------------------- 1 | énormément 2 | -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/ui/cypress/integration/account_spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/ui/cypress/integration/account_spec.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/ui/cypress/integration/auth_spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/ui/cypress/integration/auth_spec.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/ui/cypress/integration/bucket_spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/ui/cypress/integration/bucket_spec.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/ui/cypress/integration/object_spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/ui/cypress/integration/object_spec.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/ui/cypress/plugins/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/ui/cypress/plugins/index.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/ui/cypress/support/commands.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/ui/cypress/support/commands.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/ui/cypress/support/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/ui/cypress/support/index.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/utils/getWebIdentityToken.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/utils/getWebIdentityToken.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/utils/request.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/utils/request.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/utils/testUtils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/utils/testUtils.js -------------------------------------------------------------------------------- /tests/zenko_tests/node_tests/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/node_tests/yarn.lock -------------------------------------------------------------------------------- /tests/zenko_tests/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/requirements.txt -------------------------------------------------------------------------------- /tests/zenko_tests/wait_for_ceph.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scality/Zenko/HEAD/tests/zenko_tests/wait_for_ceph.sh --------------------------------------------------------------------------------