Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaced almost all gsutil calls with gcloud storage #151

Closed
wants to merge 1 commit into from
Closed

Replaced almost all gsutil calls with gcloud storage #151

wants to merge 1 commit into from

Conversation

evergreen700
Copy link
Collaborator

Almost all gsutil references have been replaced. Some differences to note:
-u flag has been replaced with --billing-project. These translate directly.
-m flag has been removed. This is done automatically in gcloud.
-o flag has been replaced by separate commands that change the local gcloud configuration - I was not able to find any way to change it just for a specific command. I do not change the configuration back to the default after the command is done, it is my understanding that it is not necessary due to the compartmentalization of tasks.

I was able to find a command somewhat analogous to gsutil requesterpays, but the return format is different enough that I didn't want to change it without a good way to test it. That's the one gsutil call that didn't get changed.

@evergreen700 evergreen700 closed this by deleting the head repository May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant