Skip to content

Commit f3512a6

Browse files
committed
fix: updated_at -> updated-at
Signed-off-by: lomot <[email protected]>
1 parent fff089f commit f3512a6

File tree

1 file changed

+1
-1
lines changed
  • cache/remotecache/s3

1 file changed

+1
-1
lines changed

cache/remotecache/s3/s3.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ func (s3Client *s3Client) touch(ctx context.Context, key string) error {
446446
Bucket: &s3Client.bucket,
447447
CopySource: &copySource,
448448
Key: &key,
449-
Metadata: map[string]string{"updated_at": time.Now().String()},
449+
Metadata: map[string]string{"updated-at": time.Now().String()},
450450
MetadataDirective: "REPLACE",
451451
}
452452

0 commit comments

Comments
 (0)