<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>object-storage on SOW</title>
    <link>https://sow.pgsty.com/zh/tags/object-storage/</link>
    <description>Recent content in object-storage on SOW</description>
    <generator>Hugo</generator>
    <language>zh-CN</language>
    
    
    
      <lastBuildDate>Fri, 28 Aug 2026 18:32:04 +0800</lastBuildDate>
    
    
      <atom:link href="https://sow.pgsty.com/zh/tags/object-storage/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
        <title>协同发布决策记录</title>
        <link>https://sow.pgsty.com/zh/blog/design/coordinated-publication/</link>
        <pubDate>Fri, 14 Aug 2026 00:00:00 +0000</pubDate>
        
        <guid>https://sow.pgsty.com/zh/blog/design/coordinated-publication/</guid>
        <description>&lt;div class=&#34;td-callout td-callout--important&#34; role=&#34;note&#34;&gt;&#xA;  &lt;div class=&#34;td-callout__title&#34;&gt;&lt;i class=&#34;td-callout__icon fa-solid fa-circle-exclamation&#34; aria-hidden=&#34;true&#34;&gt;&lt;/i&gt;&lt;span class=&#34;td-callout__label&#34;&gt;SOW 0.4.0 已完成最终决策&lt;/span&gt;&lt;/div&gt;&#xA;  &lt;div class=&#34;td-callout__body&#34;&gt;&#xA;&lt;p&gt;本记录的早期版本曾提议采用 rclone Executor、&lt;code&gt;publish --dry-run&lt;/code&gt; 与独立&#xA;&lt;code&gt;sow audit&lt;/code&gt; 命令。这些表面均未进入 0.4.0：SOW 不依赖 rclone，&lt;code&gt;publish&lt;/code&gt; 没有&#xA;&lt;code&gt;--dry-run&lt;/code&gt;，&lt;code&gt;sow audit&lt;/code&gt; 也不是有效命令。&lt;/p&gt;</description>
      </item>
    <item>
        <title>发布与恢复</title>
        <link>https://sow.pgsty.com/zh/blog/design/publication/</link>
        <pubDate>Sat, 08 Aug 2026 00:00:00 +0000</pubDate>
        
        <guid>https://sow.pgsty.com/zh/blog/design/publication/</guid>
        <description>&lt;p&gt;构建与发布是两个独立状态迁移。构建产生与 target 无关的 Generation；发布把该 Generation&#xA;应用到一个供应商前缀，并记录足以在不猜测的前提下恢复的证据。&lt;/p&gt;&#xA;&lt;h2 id=&#34;所有权拆分&#34;&gt;所有权拆分&#xA;&lt;/h2&gt;&#xA;&lt;div class=&#34;td-table-scroll td-table-scroll--static&#34;&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;th scope=&#34;col&#34;&gt;Repository 作用域&lt;/th&gt;&#xA;      &lt;th scope=&#34;col&#34;&gt;Target prefix 作用域&lt;/th&gt;&#xA;    &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;Package Object&lt;/td&gt;&#xA;      &lt;td&gt;Publication Attempt&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;Desired 与 Built 状态&lt;/td&gt;&#xA;      &lt;td&gt;Applied Checkpoint&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;Generation 与 Changeset&lt;/td&gt;&#xA;      &lt;td&gt;远端 inventory&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;retained 包体/元数据引用&lt;/td&gt;&#xA;      &lt;td&gt;grace 与删除证据&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&lt;p&gt;这项拆分避免把 filesystem 发布成功当成 R2 的证据，也避免一个 target 的半完成尝试污染另一个。&lt;/p&gt;</description>
      </item>
    <item>
        <title>平台与集成</title>
        <link>https://sow.pgsty.com/zh/docs/reference/compatibility/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://sow.pgsty.com/zh/docs/reference/compatibility/</guid>
        <description>&lt;p&gt;本页说明 SOW 提供哪些构建目标、工作区依赖什么存储语义，以及自动化集成具体覆盖哪些行为。&#xA;仓库生成在 SOW 二进制内部完成；部署后的最终门禁仍是实际软件包管理器。&lt;/p&gt;</description>
      </item>
    <item>
        <title>sow publish</title>
        <link>https://sow.pgsty.com/zh/docs/command/publish/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://sow.pgsty.com/zh/docs/command/publish/</guid>
        <description>&lt;p&gt;&lt;code&gt;sow publish&lt;/code&gt; 将某个 Repository 的当前 Built Generation 交付到 &lt;code&gt;sow.yml&lt;/code&gt; 的 &lt;code&gt;targets:&lt;/code&gt; 中指定的&#xA;目标。目标已经绑定 Repository 与 Provider，因此命令不接受 &lt;code&gt;--repo&lt;/code&gt; 或 &lt;code&gt;--dist&lt;/code&gt;。&lt;/p&gt;&#xA;&lt;h2 id=&#34;语法&#34;&gt;语法&#xA;&lt;/h2&gt;&#xA;&lt;div class=&#34;td-code td-code--untitled&#34; id=&#34;td-code-bd7a1741-fence-0&#34; data-td-code data-td-code-auto-id&#xA;     data-td-language=&#34;text&#34; data-td-line-count=&#34;1&#34;&gt;&#xA;  &lt;div class=&#34;td-code__viewport&#34; id=&#34;td-code-bd7a1741-fence-0-viewport&#34; data-td-code-viewport&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sow publish TARGET [--abort | --rebind] [-C|--workdir DIR] [-T|--timeout DUR | -N|--no-wait] [--json]&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;td-table-scroll td-table-scroll--static&#34;&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;th scope=&#34;col&#34;&gt;参数&lt;/th&gt;&#xA;      &lt;th scope=&#34;col&#34;&gt;含义&lt;/th&gt;&#xA;      &lt;th scope=&#34;col&#34;&gt;默认值&lt;/th&gt;&#xA;    &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;&lt;code&gt;--abort&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;td&gt;放弃已对账、但尚未写入持久 commit intent 的尝试&lt;/td&gt;&#xA;      &lt;td&gt;false&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;&lt;code&gt;--rebind&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;td&gt;确认并记录允许修改的目标名称、公共端点或缓存 TTL&lt;/td&gt;&#xA;      &lt;td&gt;false&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;&lt;code&gt;-C, --workdir DIR&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;td&gt;工作区发现起点&lt;/td&gt;&#xA;      &lt;td&gt;当前目录&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;&lt;code&gt;-T, --timeout DUR&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;td&gt;最长 Repository 等锁时间；&lt;code&gt;0&lt;/code&gt; 表示无限等待&lt;/td&gt;&#xA;      &lt;td&gt;&lt;code&gt;0&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;&lt;code&gt;-N, --no-wait&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;td&gt;锁被占用时立即失败&lt;/td&gt;&#xA;      &lt;td&gt;false&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;&lt;code&gt;--json&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;td&gt;输出 &lt;code&gt;sow.cli/v1&lt;/code&gt; Envelope&lt;/td&gt;&#xA;      &lt;td&gt;false&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&lt;p&gt;&lt;code&gt;TARGET&lt;/code&gt; 必须是已配置的 &lt;code&gt;filesystem&lt;/code&gt; 或 &lt;code&gt;r2&lt;/code&gt; 发布目标。&lt;code&gt;--abort&lt;/code&gt; 与 &lt;code&gt;--rebind&lt;/code&gt; 互斥。&lt;/p&gt;</description>
      </item>
    
  </channel>
</rss>
