Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 4050b57

Browse files
authored
address PR comment
1 parent 694b332 commit 4050b57

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

localstack-core/localstack/services/s3/provider.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4497,7 +4497,6 @@ def post_object(
44974497
system_metadata["ContentType"] = "binary/octet-stream"
44984498

44994499
user_metadata = {
4500-
# TODO: add unicode decode here!
45014500
field.removeprefix("x-amz-meta-").lower(): form.get(field)
45024501
for field in form
45034502
if field.startswith("x-amz-meta-")

0 commit comments

Comments
 (0)