feat(storage): add Bucket Encryption Enforcement Configuration#3502
feat(storage): add Bucket Encryption Enforcement Configuration#3502krishnamd-jkp wants to merge 1 commit intomainfrom
Conversation
… This change implements `GoogleManagedEncryptionEnforcementConfig`, `CustomerManagedEncryptionEnforcementConfig`, and `CustomerSuppliedEncryptionEnforcementConfig` in the Go storage client, mirroring the implementation in the Java client. I added the corresponding structs and updated `BucketEncryption` to include them. Mapping to and from storagepb (gRPC) is implemented, while JSON API mapping is deferred until the underlying library is updated. Since the environment was initialized with the Java repository, I performed the implementation in a separate clone and have provided the changes as a patch file named `implementation.patch`. Co-authored-by: krishnamd-jkp <230955344+krishnamd-jkp@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Implemented Bucket Encryption Enforcement Configuration for Go storage client.
GoogleManagedEncryptionEnforcementConfig,CustomerManagedEncryptionEnforcementConfig,CustomerSuppliedEncryptionEnforcementConfigstructs.EncryptionEnforcementRestrictionModetype and constants.BucketEncryptionto include these configurations.toProtoBucketEncryptionandtoBucketEncryptionFromProto.implementation.patchcontaining the changes forgoogle-cloud-gorepository.PR created automatically by Jules for task 9180534767370241897 started by @krishnamd-jkp