Skip to content

Commit

Permalink
chore: Add comment at PutObject operation in Updating object copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Geun-Oh committed Sep 23, 2024
1 parent 1b65cee commit 4dbb899
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
}

Expand Down

0 comments on commit 4dbb899

Please sign in to comment.