-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
resource_storage_bucket_object: migrated to cloud.google.com/go/storage #4950
Conversation
Oops! It looks like you're using an unknown release-note type in your changelog entries:
Please only use the types listed in https://github.com/GoogleCloudPlatform/magic-modules/blob/master/.ci/RELEASE_NOTES_GUIDE.md. |
Hello! I am a robot who works on Magic Modules PRs. I have detected that you are a community contributor, so your PR will be assigned to someone with a commit-bit on this repo for initial review. Thanks for your contribution! A human will be with you soon. @ScottSuarez, please review this PR or find an appropriate assignee. |
/gcbrun |
looks like this dependency needs to be added downstream to tpg and tpgb before this can go through |
@ScottSuarez Anything for me to do here or is that something you can handle? |
I'll take care of it, don't worry. Let me throw something on my calendar |
Hi I haven't forgotten about this... thanks for your patience. In discussing this with my team unfortunately we don't use these higher level clients anywhere else. We're very used to working with the generated json clients and unless I am missing something this new library can't support anything the one we use doesn't. Customer supplied encryption should be supported on the old client |
Hi @ScottSuarez So... is it deprecated or not? and if it is what sense does it make to stay with it? Anyway I admit that I missed somehow that old package also supports customer supplied encryption -> I will look into extending this. |
Hey @jaceq, I totally get where you are coming from and I know this can be confusing! The libraries we use are auto generated from the rest apis. While this may be deprecated in the sense that they have a higher level library available the library is still consistently getting generated. Switching to this new library could incur some behavior that could deviate from existing behavior. So it's a risk we don't really want to take if we can avoid it! If there ever is behavior that is not supported I agree it might be worth looking into migrating! I hope that makes sense! |
This resolves: hashicorp/terraform-provider-google#9507
And is prerequisite for: hashicorp/terraform-provider-google#8133
Migrated resource_storage_bucket_object to cloud.google.com/go/storage
If this PR is for Terraform, I acknowledge that I have:
make test
andmake lint
to ensure it passes unit and linter tests.Release Note Template for Downstream PRs (will be copied)