gsutil / gcloud storage file listing sorted date descending?

前端 未结 2 674
遇见更好的自我
遇见更好的自我 2021-02-18 13:41

Is there no way to get a file listing out from a Google Cloud Storage bucket that is sorted by date descending? This is very frustrating. I need to check the status of

2条回答
  •  伪装坚强ぢ
    2021-02-18 14:18

    The only ordering supported by GCS is lexicographic.

    As a workaround, if it's possible for you to name your objects with a datestamp, that would give you a way to list objects by date.

提交回复
热议问题