<?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 Kevin&#39;s Blog</title>
    <link>https://bloglee.pages.dev/tags/object-storage/</link>
    <description>Recent content in Object Storage on Kevin&#39;s Blog</description>
    <generator>Hugo</generator>
    <language>zh</language>
    <lastBuildDate>Thu, 18 Sep 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://bloglee.pages.dev/tags/object-storage/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>对象存储</title>
      <link>https://bloglee.pages.dev/post/object-storage/</link>
      <pubDate>Thu, 18 Sep 2025 00:00:00 +0000</pubDate>
      <guid>https://bloglee.pages.dev/post/object-storage/</guid>
      <description>&lt;h2 id=&#34;1-定义&#34;&gt;1. 定义&lt;/h2&gt;&#xA;&lt;p&gt;对象存储是一种 &lt;strong&gt;以“对象（Object）”为基本单位&lt;/strong&gt; 的存储架构。&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;对象&lt;/strong&gt; = 数据本体（文件内容） + 元数据（描述信息） + 唯一标识（Key/ID）。&lt;/li&gt;&#xA;&lt;li&gt;数据以扁平化的方式存放，不依赖文件目录层级。&lt;/li&gt;&#xA;&lt;li&gt;通过 &lt;strong&gt;HTTP/HTTPS API&lt;/strong&gt;（REST/SDK）访问，而不是文件路径或块地址。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;2-为什么叫对象存储&#34;&gt;2. 为什么叫“对象存储”&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;存储单位是“对象”，而不是“文件”或“块”。&lt;/li&gt;&#xA;&lt;li&gt;每个对象自带完整的元数据，类似面向对象编程中的“自描述对象”。&lt;/li&gt;&#xA;&lt;li&gt;关注的是数据整体，而不是底层细节。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;类比：&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
