简体   繁体   中英

gsutil - what are the storage class options for cp?

I'm using gsutil CLI to copy files to buckets of Google Cloud. But I didn't find what are the options for specifying a storage class? I read the documentation and the options are not written there. It's just written to use -s <class> but what are the options for <class> ?

These are the following Storage Class that you can define:

STANDARD
NEARLINE
COLDLINE
ARCHIVE

Additional: You should only use copy to copy between the same location and storage class

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM