This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/ozone-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 374b46ca [auto] Generated docs from Apache Ozone master 
c4f47c5ff7c358b22ff39c6f92ccd2c0a18090bf
374b46ca is described below

commit 374b46caeb54c8aaf0d0bf63e3ea7b8dd2a03f3f
Author: Github Actions <[email protected]>
AuthorDate: Tue Oct 7 12:46:57 2025 +0000

    [auto] Generated docs from Apache Ozone master 
c4f47c5ff7c358b22ff39c6f92ccd2c0a18090bf
---
 docs/edge/en/sitemap.xml                  |  2 +-
 docs/edge/feature/s3-tenant-commands.html | 22 +++++++++++++++++++++-
 docs/edge/sitemap.xml                     |  2 +-
 3 files changed, 23 insertions(+), 3 deletions(-)

diff --git a/docs/edge/en/sitemap.xml b/docs/edge/en/sitemap.xml
index 1d1c0d82..8580b870 100644
--- a/docs/edge/en/sitemap.xml
+++ b/docs/edge/en/sitemap.xml
@@ -628,7 +628,7 @@
     <lastmod>2025-06-08T04:07:31-07:00</lastmod>
   </url><url>
     <loc>/feature/s3-tenant-commands.html</loc>
-    <lastmod>2024-02-13T12:23:07+03:00</lastmod>
+    <lastmod>2025-10-07T05:38:29+08:00</lastmod>
   </url><url>
     <loc>/troubleshooting/om-ha-snapshot-installation.html</loc>
     <lastmod>2025-07-06T18:11:57-07:00</lastmod>
diff --git a/docs/edge/feature/s3-tenant-commands.html 
b/docs/edge/feature/s3-tenant-commands.html
index ab628e3e..cc17723e 100644
--- a/docs/edge/feature/s3-tenant-commands.html
+++ b/docs/edge/feature/s3-tenant-commands.html
@@ -728,6 +728,26 @@ even new tenant admins (if delegated). Example commands 
for illustration:</p>
 </span></span><span style="display:flex;"><span>    <span 
style="color:#f92672">}</span>
 </span></span><span style="display:flex;"><span>  <span 
style="color:#f92672">]</span>
 </span></span><span style="display:flex;"><span><span 
style="color:#f92672">}</span>
+</span></span></code></pre></div><h3 id="get-tenant-user-secret-key">Get 
tenant user secret key</h3>
+<p>Get secret key by tenant user access ID.</p>
+<p>Unlike <code>ozone s3 getsecret</code>, it doesn’t generate a key if the 
access ID doesn’t exist.</p>
+<div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-shell" data-lang="shell"><span 
style="display:flex;"><span>ozone tenant user get-secret &lt;ACCESS_ID&gt;
+</span></span></code></pre></div><p>or</p>
+<div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-shell" data-lang="shell"><span 
style="display:flex;"><span>ozone tenant user getsecret &lt;ACCESS_ID&gt;
+</span></span></code></pre></div><p>Example:</p>
+<div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-shell" data-lang="shell"><span 
style="display:flex;"><span>bash-4.2$ ozone tenant user get-secret <span 
style="color:#e6db74">&#39;tenantone$testuser&#39;</span>
+</span></span><span style="display:flex;"><span>export AWS_ACCESS_KEY_ID<span 
style="color:#f92672">=</span><span 
style="color:#e6db74">&#39;tenantone$testuser&#39;</span>
+</span></span><span style="display:flex;"><span>export 
AWS_SECRET_ACCESS_KEY<span style="color:#f92672">=</span><span 
style="color:#e6db74">&#39;&lt;GENERATED_SECRET&gt;&#39;</span>
+</span></span></code></pre></div><h3 id="set-tenant-user-secret-key">Set 
tenant user secret key</h3>
+<p>Set secret key for a tenant user access ID.</p>
+<p>Secret key length should be at least 8 characters.</p>
+<div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-shell" data-lang="shell"><span 
style="display:flex;"><span>ozone tenant user set-secret &lt;ACCESS_ID&gt; 
--secret &lt;SECRET_KEY&gt;
+</span></span></code></pre></div><p>or</p>
+<div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-shell" data-lang="shell"><span 
style="display:flex;"><span>ozone tenant user setsecret &lt;ACCESS_ID&gt; 
--secret &lt;SECRET_KEY&gt;
+</span></span></code></pre></div><p>Example:</p>
+<div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-shell" data-lang="shell"><span 
style="display:flex;"><span>bash-4.2$ ozone tenant user set-secret <span 
style="color:#e6db74">&#39;tenantone$testuser&#39;</span> --secret <span 
style="color:#e6db74">&#39;NEW_SECRET&#39;</span>
+</span></span><span style="display:flex;"><span>export AWS_ACCESS_KEY_ID<span 
style="color:#f92672">=</span><span 
style="color:#e6db74">&#39;tenantone$testuser&#39;</span>
+</span></span><span style="display:flex;"><span>export 
AWS_SECRET_ACCESS_KEY<span style="color:#f92672">=</span><span 
style="color:#e6db74">&#39;NEW_SECRET&#39;</span>
 </span></span></code></pre></div><h3 id="revoke-a-tenant-admin">Revoke a 
tenant admin</h3>
 <div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-shell" data-lang="shell"><span 
style="display:flex;"><span>ozone tenant <span 
style="color:#f92672">[</span>--verbose<span style="color:#f92672">]</span> 
user revokeadmin &lt;ACCESS_ID&gt;
 </span></span></code></pre></div><p>Example:</p>
@@ -880,7 +900,7 @@ the <code>ozone sh volume delete</code> command would fail 
because the volume re
 <footer class="footer">
   <div class="container">
     <span class="small text-muted">
-      Version: 2.1.0-SNAPSHOT, Last Modified: February 13, 2024 <a 
class="hide-child link primary-color" 
href="https://github.com/apache/ozone/commit/7370676dcf476a01094f7efa97aba98780a5073f";>7370676dcf</a>
+      Version: 2.1.0-SNAPSHOT, Last Modified: October 7, 2025 <a 
class="hide-child link primary-color" 
href="https://github.com/apache/ozone/commit/5dbf8bfd40050ec7c66f75329930f5b34dfd4885";>5dbf8bfd40</a>
     </span>
   </div>
 </footer>
diff --git a/docs/edge/sitemap.xml b/docs/edge/sitemap.xml
index ab158906..2a5baa56 100644
--- a/docs/edge/sitemap.xml
+++ b/docs/edge/sitemap.xml
@@ -4,7 +4,7 @@
   <sitemap>
     <loc>/en/sitemap.xml</loc>
     
-      <lastmod>2025-09-22T10:13:03-07:00</lastmod>
+      <lastmod>2025-10-07T05:38:29+08:00</lastmod>
     
   </sitemap>
   


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to