From 6848219d7ed4057bfcfa0f83dc4e56243f20878b Mon Sep 17 00:00:00 2001 From: Pauline Ribeyre <4224001+paulineribeyre@users.noreply.github.com> Date: Mon, 10 Aug 2026 12:41:07 -0500 Subject: [PATCH] Do not set kms_key_arn --- plugin-gen3/auth_impl.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugin-gen3/auth_impl.go b/plugin-gen3/auth_impl.go index 307b9c6..8a9b3bb 100644 --- a/plugin-gen3/auth_impl.go +++ b/plugin-gen3/auth_impl.go @@ -30,7 +30,6 @@ type AccessTokenResponse struct { type StorageInfoResponse struct { Bucket string `json:"bucket"` Region string `json:"region"` - KmsKeyArn string `json:"kms_key_arn"` S3FilesFilesystemId string `json:"s3files_filesystem_id"` } @@ -190,7 +189,6 @@ func (a Authorize) PluginAction(params map[string]string, headers map[string]*pr Secret: "N/A", Bucket: storageInfoResponse.Bucket, Region: storageInfoResponse.Region, - KmsKeyID: storageInfoResponse.KmsKeyArn, }, } if storageInfoResponse != nil && storageInfoResponse.S3FilesFilesystemId != "" {