From 4dbb899c6e0a702867ae2e4205a2a54d005f040f Mon Sep 17 00:00:00 2001 From: Geun-Oh Date: Mon, 23 Sep 2024 15:48:55 +0900 Subject: [PATCH] chore: Add comment at PutObject operation in Updating object copy --- internal/service/objectstorage/objectstorage_object_copy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/service/objectstorage/objectstorage_object_copy.go b/internal/service/objectstorage/objectstorage_object_copy.go index 091c0dca4..8048d1251 100644 --- a/internal/service/objectstorage/objectstorage_object_copy.go +++ b/internal/service/objectstorage/objectstorage_object_copy.go @@ -304,7 +304,7 @@ func (o *objectCopyResource) Update(ctx context.Context, req resource.UpdateRequ Bucket: plan.Bucket.ValueStringPointer(), Key: plan.Key.ValueStringPointer(), Body: getOutput.Body, - // this option is only available in KR region + // this option is unavailable in JPN region ContentType: plan.ContentType.ValueStringPointer(), }