fredrik
fredrik

Reputation: 10281

Cannot upgrade gsutil to 4.12

I'm going to move several terabytes of data from a DRA bucket onto a Nearline bucket and I wish to utilize the new Rewrite API, which I understand requires gsutil 4.12:

gsutil -m cp -r gs://my-dra-bucket/* gs://my-nearline-bucket/

But even after having run gcloud components update, I'm still on gsutil 4.11. Is there any other way to update to gsutil 4.12?

I'm on CentOS 7.

Upvotes: 1

Views: 104

Answers (1)

PrecariousJimi
PrecariousJimi

Reputation: 1533

Note that Cloud SDK incorporates updates to the underlying tools approximately every 2 weeks, so if you are attempting to update to a recently created release / pre-release of gsutil it may not yet be available via the Cloud SDK.

You can get a copy of newest gsutil from PyPi.

Upvotes: 3

Related Questions