Skip to content

Object Storage

对象存储知识体系 —— 以 AWS S3、阿里云 OSS、Google Cloud Storage、MinIO 等对象存储服务的通用概念与机制为主,覆盖签名与访问控制、权限体系、 常用操作等长期演进的知识点。

Docs

Docs Description
签名 URL(Signed URL) 限时下载 / 客户端直传的原理与实战:什么时候用、请求流转、后端签发与前端消费的隔离、签名算法(V1/V2 → SigV4)
Backlinks (1)
flowchart LR
  n0["Knowledge"]
  n1["Cloud"]
  n2["Object Storage"]
  n3["对象存储签名 URL(Signed URL)原理与实战"]
  n4["Infrastructure"]
  n5["Prototypes"]
  n0 --> n4
  n1 --> n2
  n2 --> n3
  n3 --> n5
  n4 --> n1
  click n0 "../../../" "Knowledge"
  click n1 "../" "Cloud"
  click n2 "./" "Object Storage"
  click n3 "signed-url/" "对象存储签名 URL(Signed URL)原理与实战"
  click n4 "../../" "Infrastructure"
  click n5 "../../../../prototypes/" "Prototypes"
Links (1)