David Arias
David Arias

Reputation: 11

move a bucket to other storage class

I want to transfer a complete bucket to coldline easy. My problem is that when I try to run gsutil, it disconnects and charges me each time.

This is the command I'm trying to use:

gsutil rewrite -s coldline gs: // bucket / **

Upvotes: 1

Views: 136

Answers (1)

jterrace
jterrace

Reputation: 67063

You can use a lifecycle policy on the bucket to downgrade all objects in the bucket to coldline.

Upvotes: 3

Related Questions