Skip to content

Object Storage Core Vocabulary Collection (100 Terms)

No.TermChineseDescription
1Object Storage对象存储An architecture where data is stored as objects, replacing traditional file hierarchy structures
2Bucket存储桶A container for storing objects with globally unique namespace
3Object对象Basic storage unit containing data, metadata, and unique identifier (Object Key)
4Metadata元数据Key-value pair information describing object attributes (such as file type, creation time)
5S3-CompatibleS3 兼容Storage services compatible with Amazon S3 API standards
6Data Durability数据持久性Probability of data being preserved long-term in the system without loss (e.g., 99.999999999%)
7Replication多副本Redundancy technology that ensures data safety through multiple copies
8Erasure Coding纠删码Technology that fragments and encodes data for high reliability with less space
9Cold Storage冷存储Low-cost storage type for infrequently accessed data (such as archived data)
10Lifecycle Management生命周期管理Policies for automatically transitioning/deleting objects (e.g., move to cold storage after 30 days)
11Versioning版本控制Retaining historical versions of objects to prevent overwriting
12Storage Class存储类型Different performance/cost storage tiers (Standard, Infrequent Access, Archive)
13Access Key访问密钥Authentication keys for API requests (Access Key ID + Secret Access Key)
14Region区域Geographic location of storage infrastructure (e.g., East China 1, US West)
15Availability Zone (AZ)可用区Isolated data centers with independent power/network within the same region
16Endpoint端点Domain address for accessing storage service (e.g., us-east1.rustfs.com)
17RESTful APIRESTful APIAPI design specification based on HTTP protocol
18Multipart Upload分片上传Mechanism for splitting large files for upload and merging
19Pre-Signed URL预签名 URLTemporary access links with time validity
20Server-Side Encryption (SSE)服务端加密Automatic data encryption on server side (SSE-S3/SSE-KMS/SSE-C)
21Client-Side Encryption (CSE)客户端加密Local encryption on client side before upload
22Cross-Region Replication跨区域复制Automatic object replication across geographic regions
23Access Control List (ACL)访问控制列表Rule list controlling access permissions for buckets/objects
24Bucket Policy存储桶策略JSON-based fine-grained permission control policies
25IAMIAMIdentity and Access Management system for centralized user/role permission management
26Event Notification事件通知Sending notifications to message queues/function computing when events trigger
27Data Lake数据湖Repository for centralized storage of structured/unstructured data
28Compliance合规性Meeting data storage regulatory requirements like GDPR, HIPAA
29Logging & Audit日志审计Recording all API operation logs for auditing
30Monitoring & Alerting监控告警Real-time monitoring of storage usage/requests with alerting
31CORS跨域资源共享Rules controlling browser cross-origin resource access
32Transfer Acceleration传输加速Optimizing upload/download speed through edge nodes
33CDN IntegrationCDN 加速Combining with Content Delivery Network for caching acceleration
34Data Export数据导出Process of migrating data to other storage systems
35Data Import数据导入Batch data migration from external systems to object storage
36Static Website Hosting静态网站托管Directly hosting HTML/CSS/JS static files through buckets
37Hotlink Protection防盗链Technology preventing external websites from stealing resource links
38Request Rate Limiting请求速率限制Controlling API request frequency per user/IP
39Tagging标签Adding classification tags to buckets/objects for management
40Inventory Report清单报告Periodically generated CSV/ORC files listing storage objects
41Data Restoration数据恢复Restoring data from archive storage to accessible state
42Storage Gateway存储网关Access layer mapping object storage as local file system
43Data Compression数据压缩Compressing data before upload to save storage space
44Data Deduplication数据去重Eliminating duplicate data to reduce storage usage
45Direct Read Archive直读归档Technology for directly reading archived data without restoration
46Bandwidth Control流量控制Limiting download bandwidth to avoid network congestion
47Concurrent Connections并发连接数Number of simultaneous data transfer connections
48Data Migration Service数据迁移服务Automated migration tools (e.g., AWS Snowball)
49Client SDK客户端 SDKDeveloper toolkits for integrating storage services (e.g., Python/Java SDK)
50CLI命令行工具Command line management tools (e.g., aws s3 cp)
51Web Console图形化控制台Web-based management interface
52Data Integrity Check数据校验Verifying transmission integrity through MD5/SHA
53Resumable Upload/Download断点续传Continuing transfer from breakpoint after network interruption
54Mirror Back to Source镜像回源Pulling and saving from specified origin when requested object doesn't exist
55Canary Release灰度发布Release strategy gradually opening new features to some users
56Soft Delete软删除Marking objects for deletion while maintaining recovery period
57Object Lock对象锁定Compliance protection mechanism preventing object deletion or overwriting
58Watermarking水印Adding identification information to images/videos
59Thumbnail Generation缩略图生成Automatically creating thumbnail versions of images
60Image Processing图片处理Online cropping/scaling/rotation processing functions
61Video Transcoding视频转码Converting video formats/resolutions for different devices
62Content Moderation内容审核Automatically detecting inappropriate images/videos/text
63Cost Analysis成本分析Calculating costs by storage type/request count dimensions
64Usage Monitoring用量监控Real-time dashboard viewing storage/traffic/request counts
65Storage Analytics存储分析Tools analyzing storage patterns to optimize costs
66Requester Pays请求者付费Billing model where data downloader bears the cost
67Tiered Storage数据分层Automatically moving data to lower-cost storage tiers
68Intelligent Tiering智能分层Automatically selecting optimal storage type based on access patterns
69PrivateLink私有链接Accessing object storage through internal network avoiding public exposure
70VPC EndpointVPC 端点Entry point for securely accessing storage services within Virtual Private Cloud
71SSL/TLS传输加密Encrypting data transmission through HTTPS protocol
72Client-Side Encryption客户端加密Users encrypting data themselves before upload
73KMSKMSKey Management Service for centralized encryption key management
74Permission Boundary权限边界Limiting maximum permission scope of IAM roles/users
75Temporary Credentials临时凭证Short-term valid access tokens (e.g., STS Token)
76MFA DeleteMFA 删除保护Requiring multi-factor authentication to delete data
77Immutability数据不可变性Property preventing data tampering (combined with WORM model)
78Legal Hold法律保留Mandatory protection prohibiting data deletion/modification in compliance scenarios
79Cross-Account Sharing跨账户共享Allowing other cloud accounts to access specified storage resources
80Prefetch Policy预取策略Loading data into cache in advance to accelerate subsequent access
81Cache-Control缓存控制Specifying browser/CDN caching behavior through HTTP headers
82Delayed Deletion延迟删除Delaying deletion operations to prevent accidental actions
83Batch Operations批量操作Performing unified operations on multiple objects (delete/copy/restore)
84Data Lineage数据血缘Metadata records tracking data sources and change history
85Data Catalog数据目录Retrieval system storing metadata information
86Storage Gateway存储网关Hybrid cloud solution connecting local systems with cloud storage
87Hybrid Cloud Storage混合云存储Architecture using both local storage and cloud storage
88Edge Storage边缘存储Providing storage services at edge nodes close to data sources
89Multi-Cloud Storage多云存储Storage solutions across different cloud service providers
90Storage Federation存储联盟Abstraction layer for unified management of multiple storage systems
91Object Tag对象标签Adding custom classification tags to objects
92Bucket Tag存储桶标签Adding management/billing related tags to buckets
93Storage Quota存储配额Limiting maximum capacity of buckets
94Request Throttling请求限速Limiting API requests per unit time
95SLA服务等级协议Service Level Agreement commitments for availability/durability (e.g., 99.9% availability)
96Disaster Recovery灾难恢复Ensuring business continuity through cross-region backups
97Storage Topology存储拓扑Distribution structure of data at physical/logical levels
98Proximity Access就近访问Routing user requests to nearest storage nodes
99Global Namespace全球统一命名空间Unified view management of cross-region buckets
100Zero-Copy Migration零拷贝迁移Fast data migration through metadata operations

Released under the Apache License 2.0.