如何使用gsutil命令查找对象和Google云存储桶的剩余到期时间和日期?

时间:2018-11-26 09:23:40

标签: google-cloud-platform google-cloud-storage

我曾尝试从下面提到的gsutil命令中找到对象的剩余时间/日期和Google云存储桶,但在这里我只能看到创建时间和更新时间。请点击下面的链接查看屏幕截图。

[root@INPUNPCLX323410 ~]# gsutil ls -l -L -b  gs://lokestar-us-central1/creating-pod.yaml
gs://lokestar-us-central1/creating-pod.yaml:
    Creation time:          Sun, 25 Nov 2018 08:08:02 GMT
    Update time:            Sun, 25 Nov 2018 08:08:02 GMT
    Storage class:          REGIONAL
    Content-Length:         167
    Content-Type:           application/octet-stream
    Hash (crc32c):          KXa/hg==
    Hash (md5):             0aZAtaws0WX4EEHtBN8pAQ==
    ETag:                   CI+ysrmL794CEAE=
    Generation:             1543133282998543
    Metageneration:         1
    ACL:                    [

Object Lifecycle Management

1 个答案:

答案 0 :(得分:0)

您只能将生命周期管理配置分配给整个存储桶,而不是对象。该配置包含一组适用于存储桶中当前和将来对象的规则。因此,为了获取存储桶中所有对象的生命周期,可以运行以下命令:

gsutil lifecycle get gs://<YOUR_BUCKET>