Skip to content

Commit

Permalink
From refs/heads/main 6b695f1
Browse files Browse the repository at this point in the history
  • Loading branch information
juha-aiven committed Aug 19, 2024
1 parent 22e731a commit df61ac2
Show file tree
Hide file tree
Showing 14 changed files with 247 additions and 50 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 7c9b217aff6bdabe6d06c1e6ffc25e2a
config: 58ade5c682632fa43ae5dba8162109ad
tags: 645f666f9bcd5a90fca523b33c5a78b7
2 changes: 1 addition & 1 deletion _static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '0.1.dev1+g9358041',
VERSION: '0.1.dev1+g6b695f1',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About Rohmu &mdash; Rohmu 0.1.dev1+g9358041 documentation</title>
<title>About Rohmu &mdash; Rohmu 0.1.dev1+g6b695f1 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/autodoc_pydantic.css" type="text/css" />
Expand Down
104 changes: 88 additions & 16 deletions api__object_storage.html

Large diffs are not rendered by default.

131 changes: 112 additions & 19 deletions autodoc.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion development.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Development &mdash; Rohmu 0.1.dev1+g9358041 documentation</title>
<title>Development &mdash; Rohmu 0.1.dev1+g6b695f1 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/autodoc_pydantic.css" type="text/css" />
Expand Down
42 changes: 37 additions & 5 deletions genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Index &mdash; Rohmu 0.1.dev1+g9358041 documentation</title>
<title>Index &mdash; Rohmu 0.1.dev1+g6b695f1 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/autodoc_pydantic.css" type="text/css" />
Expand Down Expand Up @@ -174,8 +174,6 @@ <h2 id="C">C</h2>
</li>
<li><a href="api__object_storage.html#rohmu.object_storage.config.S3ObjectStorageConfig.connect_timeout">connect_timeout (rohmu.object_storage.config.S3ObjectStorageConfig attribute)</a>, <a href="autodoc.html#rohmu.object_storage.config.S3ObjectStorageConfig.connect_timeout">[1]</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="api__object_storage.html#rohmu.object_storage.config.SwiftObjectStorageConfig.container_name">container_name (rohmu.object_storage.config.SwiftObjectStorageConfig attribute)</a>, <a href="autodoc.html#rohmu.object_storage.config.SwiftObjectStorageConfig.container_name">[1]</a>
</li>
<li><a href="api__object_storage.html#rohmu.object_storage.azure.AzureTransfer.copy_file">copy_file() (rohmu.object_storage.azure.AzureTransfer method)</a>, <a href="autodoc.html#rohmu.object_storage.azure.AzureTransfer.copy_file">[1]</a>
Expand All @@ -190,6 +188,22 @@ <h2 id="C">C</h2>
<li><a href="api__object_storage.html#rohmu.object_storage.sftp.SFTPTransfer.copy_file">(rohmu.object_storage.sftp.SFTPTransfer method)</a>, <a href="autodoc.html#rohmu.object_storage.sftp.SFTPTransfer.copy_file">[1]</a>
</li>
<li><a href="api__object_storage.html#rohmu.object_storage.swift.SwiftTransfer.copy_file">(rohmu.object_storage.swift.SwiftTransfer method)</a>, <a href="autodoc.html#rohmu.object_storage.swift.SwiftTransfer.copy_file">[1]</a>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="api__object_storage.html#rohmu.object_storage.azure.AzureTransfer.create_object_store_if_needed">create_object_store_if_needed() (rohmu.object_storage.azure.AzureTransfer method)</a>, <a href="autodoc.html#rohmu.object_storage.azure.AzureTransfer.create_object_store_if_needed">[1]</a>

<ul>
<li><a href="api__object_storage.html#rohmu.object_storage.google.GoogleTransfer.create_object_store_if_needed">(rohmu.object_storage.google.GoogleTransfer method)</a>, <a href="autodoc.html#rohmu.object_storage.google.GoogleTransfer.create_object_store_if_needed">[1]</a>
</li>
<li><a href="api__object_storage.html#rohmu.object_storage.local.LocalTransfer.create_object_store_if_needed">(rohmu.object_storage.local.LocalTransfer method)</a>, <a href="autodoc.html#rohmu.object_storage.local.LocalTransfer.create_object_store_if_needed">[1]</a>
</li>
<li><a href="api__object_storage.html#rohmu.object_storage.s3.S3Transfer.create_object_store_if_needed">(rohmu.object_storage.s3.S3Transfer method)</a>, <a href="autodoc.html#rohmu.object_storage.s3.S3Transfer.create_object_store_if_needed">[1]</a>
</li>
<li><a href="api__object_storage.html#rohmu.object_storage.sftp.SFTPTransfer.create_object_store_if_needed">(rohmu.object_storage.sftp.SFTPTransfer method)</a>, <a href="autodoc.html#rohmu.object_storage.sftp.SFTPTransfer.create_object_store_if_needed">[1]</a>
</li>
<li><a href="api__object_storage.html#rohmu.object_storage.swift.SwiftTransfer.create_object_store_if_needed">(rohmu.object_storage.swift.SwiftTransfer method)</a>, <a href="autodoc.html#rohmu.object_storage.swift.SwiftTransfer.create_object_store_if_needed">[1]</a>
</li>
</ul></li>
<li><a href="api__object_storage.html#rohmu.object_storage.config.GoogleObjectStorageConfig.credential_file">credential_file (rohmu.object_storage.config.GoogleObjectStorageConfig attribute)</a>, <a href="autodoc.html#rohmu.object_storage.config.GoogleObjectStorageConfig.credential_file">[1]</a>
Expand Down Expand Up @@ -689,9 +703,15 @@ <h2 id="T">T</h2>
<li><a href="api__object_storage.html#rohmu.object_storage.config.SwiftObjectStorageConfig.tenant_name">tenant_name (rohmu.object_storage.config.SwiftObjectStorageConfig attribute)</a>, <a href="autodoc.html#rohmu.object_storage.config.SwiftObjectStorageConfig.tenant_name">[1]</a>
</li>
<li><a href="autodoc.html#rohmu.delta.common.Progress.total">total (rohmu.delta.common.Progress attribute)</a>
</li>
<li><a href="autodoc.html#rohmu.errors.TransferObjectStoreInitializationError">TransferObjectStoreInitializationError</a>
</li>
<li><a href="autodoc.html#rohmu.errors.TransferObjectStoreMissingError">TransferObjectStoreMissingError</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="autodoc.html#rohmu.errors.TransferObjectStorePermissionError">TransferObjectStorePermissionError</a>
</li>
<li><a href="autodoc.html#rohmu.notifier.http.BackgroundHTTPNotifier.tree_deleted">tree_deleted() (rohmu.notifier.http.BackgroundHTTPNotifier method)</a>

<ul>
Expand Down Expand Up @@ -740,10 +760,22 @@ <h2 id="V">V</h2>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="api__object_storage.html#rohmu.object_storage.config.AzureObjectStorageConfig.valid_azure_cloud_endpoint">valid_azure_cloud_endpoint() (rohmu.object_storage.config.AzureObjectStorageConfig class method)</a>, <a href="autodoc.html#rohmu.object_storage.config.AzureObjectStorageConfig.valid_azure_cloud_endpoint">[1]</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="api__object_storage.html#rohmu.object_storage.config.S3ObjectStorageConfig.validate_is_verify_tls_and_cert_path">validate_is_verify_tls_and_cert_path() (rohmu.object_storage.config.S3ObjectStorageConfig class method)</a>, <a href="autodoc.html#rohmu.object_storage.config.S3ObjectStorageConfig.validate_is_verify_tls_and_cert_path">[1]</a>
</li>
<li><a href="api__object_storage.html#rohmu.object_storage.azure.AzureTransfer.verify_object_storage">verify_object_storage() (rohmu.object_storage.azure.AzureTransfer method)</a>, <a href="autodoc.html#rohmu.object_storage.azure.AzureTransfer.verify_object_storage">[1]</a>

<ul>
<li><a href="api__object_storage.html#rohmu.object_storage.google.GoogleTransfer.verify_object_storage">(rohmu.object_storage.google.GoogleTransfer method)</a>, <a href="autodoc.html#rohmu.object_storage.google.GoogleTransfer.verify_object_storage">[1]</a>
</li>
<li><a href="api__object_storage.html#rohmu.object_storage.local.LocalTransfer.verify_object_storage">(rohmu.object_storage.local.LocalTransfer method)</a>, <a href="autodoc.html#rohmu.object_storage.local.LocalTransfer.verify_object_storage">[1]</a>
</li>
<li><a href="api__object_storage.html#rohmu.object_storage.s3.S3Transfer.verify_object_storage">(rohmu.object_storage.s3.S3Transfer method)</a>, <a href="autodoc.html#rohmu.object_storage.s3.S3Transfer.verify_object_storage">[1]</a>
</li>
<li><a href="api__object_storage.html#rohmu.object_storage.sftp.SFTPTransfer.verify_object_storage">(rohmu.object_storage.sftp.SFTPTransfer method)</a>, <a href="autodoc.html#rohmu.object_storage.sftp.SFTPTransfer.verify_object_storage">[1]</a>
</li>
<li><a href="api__object_storage.html#rohmu.object_storage.swift.SwiftTransfer.verify_object_storage">(rohmu.object_storage.swift.SwiftTransfer method)</a>, <a href="autodoc.html#rohmu.object_storage.swift.SwiftTransfer.verify_object_storage">[1]</a>
</li>
</ul></li>
</ul></td>
</tr></table>

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Rohmu &mdash; Rohmu 0.1.dev1+g9358041 documentation</title>
<title>Rohmu &mdash; Rohmu 0.1.dev1+g6b695f1 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/autodoc_pydantic.css" type="text/css" />
Expand Down
Binary file modified objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Python Module Index &mdash; Rohmu 0.1.dev1+g9358041 documentation</title>
<title>Python Module Index &mdash; Rohmu 0.1.dev1+g6b695f1 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/autodoc_pydantic.css" type="text/css" />
Expand Down
2 changes: 1 addition & 1 deletion search.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Search &mdash; Rohmu 0.1.dev1+g9358041 documentation</title>
<title>Search &mdash; Rohmu 0.1.dev1+g6b695f1 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/autodoc_pydantic.css" type="text/css" />
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>&lt;no title&gt; &mdash; Rohmu 0.1.dev1+g9358041 documentation</title>
<title>&lt;no title&gt; &mdash; Rohmu 0.1.dev1+g6b695f1 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/autodoc_pydantic.css" type="text/css" />
Expand Down
2 changes: 1 addition & 1 deletion usage.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Usage &mdash; Rohmu 0.1.dev1+g9358041 documentation</title>
<title>Usage &mdash; Rohmu 0.1.dev1+g6b695f1 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/autodoc_pydantic.css" type="text/css" />
Expand Down

0 comments on commit df61ac2

Please sign in to comment.