mirror of
https://github.com/moby/buildkit.git
synced 2026-06-30 19:57:39 +00:00
2
cache/remotecache/s3/s3.go
vendored
2
cache/remotecache/s3/s3.go
vendored
@@ -446,7 +446,7 @@ func (s3Client *s3Client) touch(ctx context.Context, key string) error {
|
||||
Bucket: &s3Client.bucket,
|
||||
CopySource: ©Source,
|
||||
Key: &key,
|
||||
Metadata: map[string]string{"updated_at": time.Now().String()},
|
||||
Metadata: map[string]string{"updated-at": time.Now().String()},
|
||||
MetadataDirective: "REPLACE",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user