Google Cloud Storage Bucket 是否对带宽收费?
Does Google Cloud Storage Bucket charges for Bandwidth ?
我已经看过文档和定价计算器,但不清楚存储桶是否针对数据传输/(消耗的带宽)从外部收费。
显示
Storage cost
[=11=].026 per GB-month
Retrieval cost
Free
Class A operations (Create/ delete )
[=11=].005 per 1,000 ops
Class B operations (Downloads)
[=11=].0004 per 1,000 ops
此检索成本是否意味着不会对用于存储文件的任何数据传输量/带宽征收额外费用。
您需要支付带宽费用。
Retrieval cost 是与 Nearline 和 Coldline 存储相关的单独费用。
"A retrieval cost applies when you read data or metadata that is stored as Nearline Storage or Coldline Storage. This cost is in addition to any network charges associated with reading the data."
"retrieval cost" 是一种特殊的费用,专用于近线和冷线对象。由于这些层是围绕很少读取的数据设计的,因此除了任何其他费用外,读取存储在这些层下的对象还需要付费。
从 GCS 读取时的带宽消耗是网络使用费。这有点复杂,但基本上您需要为 GCS 付费才能将数据发送到某个地方。如果您将数据发送到附近的 GCP 服务,这可能是免费的,否则费用将取决于数据的存储位置和数据读取位置。例如,如果数据存储在爱荷华州,从中国读取数据的成本将高于从俄勒冈州读取的成本。
有关详细信息,请参阅 https://cloud.google.com/storage/pricing or contact the sales team。
我已经看过文档和定价计算器,但不清楚存储桶是否针对数据传输/(消耗的带宽)从外部收费。
显示
Storage cost
[=11=].026 per GB-month
Retrieval cost
Free
Class A operations (Create/ delete )
[=11=].005 per 1,000 ops
Class B operations (Downloads)
[=11=].0004 per 1,000 ops
此检索成本是否意味着不会对用于存储文件的任何数据传输量/带宽征收额外费用。
您需要支付带宽费用。
Retrieval cost 是与 Nearline 和 Coldline 存储相关的单独费用。
"A retrieval cost applies when you read data or metadata that is stored as Nearline Storage or Coldline Storage. This cost is in addition to any network charges associated with reading the data."
"retrieval cost" 是一种特殊的费用,专用于近线和冷线对象。由于这些层是围绕很少读取的数据设计的,因此除了任何其他费用外,读取存储在这些层下的对象还需要付费。
从 GCS 读取时的带宽消耗是网络使用费。这有点复杂,但基本上您需要为 GCS 付费才能将数据发送到某个地方。如果您将数据发送到附近的 GCP 服务,这可能是免费的,否则费用将取决于数据的存储位置和数据读取位置。例如,如果数据存储在爱荷华州,从中国读取数据的成本将高于从俄勒冈州读取的成本。
有关详细信息,请参阅 https://cloud.google.com/storage/pricing or contact the sales team。