Skip to content

Commit 6823170

Browse files
author
ci
committed
Deploy to GitHub pages
1 parent a18ea71 commit 6823170

File tree

90 files changed

+201
-93
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+201
-93
lines changed

404.html

+1-1
Large diffs are not rendered by default.

docs/api/index.html

+1-1
Large diffs are not rendered by default.

docs/architecture/index.html

+1-1
Large diffs are not rendered by default.

docs/blocks-storage/binary-index-header/index.html

+1-1
Large diffs are not rendered by default.

docs/blocks-storage/bucket-index/index.html

+1-1
Large diffs are not rendered by default.

docs/blocks-storage/compactor/index.html

+1-1
Large diffs are not rendered by default.

docs/blocks-storage/convert-long-term-storage-from-chunks-to-blocks/index.html

+1-1
Large diffs are not rendered by default.

docs/blocks-storage/index.html

+1-1
Large diffs are not rendered by default.

docs/blocks-storage/index.xml

+12
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,12 @@
246246
</span></span></span><span style="display:flex;"><span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#8f5902;font-style:italic"># CLI flag: -blocks-storage.s3.bucket-lookup-type</span><span style="color:#f8f8f8;text-decoration:underline">
247247
</span></span></span><span style="display:flex;"><span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#204a87;font-weight:bold">[bucket_lookup_type</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#000"><string> | default = "auto"]</span><span style="color:#f8f8f8;text-decoration:underline">
248248
</span></span></span><span style="display:flex;"><span><span style="color:#f8f8f8;text-decoration:underline">
249+
</span></span></span><span style="display:flex;"><span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#8f5902;font-style:italic"># If true, attach MD5 checksum when upload objects and S3 uses MD5 checksum</span><span style="color:#f8f8f8;text-decoration:underline">
250+
</span></span></span><span style="display:flex;"><span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#8f5902;font-style:italic"># algorithm to verify the provided digest. If false, use CRC32C algorithm</span><span style="color:#f8f8f8;text-decoration:underline">
251+
</span></span></span><span style="display:flex;"><span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#8f5902;font-style:italic"># instead.</span><span style="color:#f8f8f8;text-decoration:underline">
252+
</span></span></span><span style="display:flex;"><span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#8f5902;font-style:italic"># CLI flag: -blocks-storage.s3.send-content-md5</span><span style="color:#f8f8f8;text-decoration:underline">
253+
</span></span></span><span style="display:flex;"><span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#204a87;font-weight:bold">[send_content_md5</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#000"><boolean> | default = true]</span><span style="color:#f8f8f8;text-decoration:underline">
254+
</span></span></span><span style="display:flex;"><span><span style="color:#f8f8f8;text-decoration:underline">
249255
</span></span></span><span style="display:flex;"><span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#8f5902;font-style:italic"># The s3_sse_config configures the S3 server-side encryption.</span><span style="color:#f8f8f8;text-decoration:underline">
250256
</span></span></span><span style="display:flex;"><span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#8f5902;font-style:italic"># The CLI flags prefix for this block config is: blocks-storage</span><span style="color:#f8f8f8;text-decoration:underline">
251257
</span></span></span><span style="display:flex;"><span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#204a87;font-weight:bold">[sse</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#000"><s3_sse_config>]</span><span style="color:#f8f8f8;text-decoration:underline">
@@ -1729,6 +1735,12 @@ Displays the status of the store-gateways ring, including the tokens owned by ea
17291735
</span></span></span><span style="display:flex;"><span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#8f5902;font-style:italic"># CLI flag: -blocks-storage.s3.bucket-lookup-type</span><span style="color:#f8f8f8;text-decoration:underline">
17301736
</span></span></span><span style="display:flex;"><span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#204a87;font-weight:bold">[bucket_lookup_type</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#000"><string> | default = "auto"]</span><span style="color:#f8f8f8;text-decoration:underline">
17311737
</span></span></span><span style="display:flex;"><span><span style="color:#f8f8f8;text-decoration:underline">
1738+
</span></span></span><span style="display:flex;"><span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#8f5902;font-style:italic"># If true, attach MD5 checksum when upload objects and S3 uses MD5 checksum</span><span style="color:#f8f8f8;text-decoration:underline">
1739+
</span></span></span><span style="display:flex;"><span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#8f5902;font-style:italic"># algorithm to verify the provided digest. If false, use CRC32C algorithm</span><span style="color:#f8f8f8;text-decoration:underline">
1740+
</span></span></span><span style="display:flex;"><span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#8f5902;font-style:italic"># instead.</span><span style="color:#f8f8f8;text-decoration:underline">
1741+
</span></span></span><span style="display:flex;"><span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#8f5902;font-style:italic"># CLI flag: -blocks-storage.s3.send-content-md5</span><span style="color:#f8f8f8;text-decoration:underline">
1742+
</span></span></span><span style="display:flex;"><span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#204a87;font-weight:bold">[send_content_md5</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#000"><boolean> | default = true]</span><span style="color:#f8f8f8;text-decoration:underline">
1743+
</span></span></span><span style="display:flex;"><span><span style="color:#f8f8f8;text-decoration:underline">
17321744
</span></span></span><span style="display:flex;"><span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#8f5902;font-style:italic"># The s3_sse_config configures the S3 server-side encryption.</span><span style="color:#f8f8f8;text-decoration:underline">
17331745
</span></span></span><span style="display:flex;"><span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#8f5902;font-style:italic"># The CLI flags prefix for this block config is: blocks-storage</span><span style="color:#f8f8f8;text-decoration:underline">
17341746
</span></span></span><span style="display:flex;"><span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#204a87;font-weight:bold">[sse</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#000"><s3_sse_config>]</span><span style="color:#f8f8f8;text-decoration:underline">

0 commit comments

Comments
 (0)