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

Deprecate storage::ClientOptions #6642

Closed
coryan opened this issue May 27, 2021 · 1 comment
Closed

Deprecate storage::ClientOptions #6642

coryan opened this issue May 27, 2021 · 1 comment
Labels
api: storage Issues related to the Cloud Storage API. type: cleanup An internal cleanup or hygiene concern.

Comments

@coryan
Copy link
Contributor

coryan commented May 27, 2021

I expect that soon the recommended way to configure a google::cloud::storage::Client object would be to use google::cloud::Options (see #6640).

We cannot atomically deprecate (much less remove) storage::ClientOptions at this point because the quickstart guide still uses it, and we need a new release before we can cleanup the quickstart.

Once that release is out and the quickstart is updated we can deprecate all the functions that use storage::ClientOptions, probably deprecate storage::ClientOptions itself, and schedule its removal for a year (or more if needed) down the line.

@coryan coryan added api: storage Issues related to the Cloud Storage API. type: cleanup An internal cleanup or hygiene concern. labels May 27, 2021
@coryan coryan changed the title Deprecate (and remove) storage::ClientOptions Deprecate storage::ClientOptions Dec 20, 2021
@coryan
Copy link
Contributor Author

coryan commented Jun 16, 2022

Close, this is deprecated already (not removed).

@coryan coryan closed this as completed Jun 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the Cloud Storage API. type: cleanup An internal cleanup or hygiene concern.
Projects
None yet
Development

No branches or pull requests

1 participant