From bb05e6cade8a6f6bea1a097699c33fefb59950b4 Mon Sep 17 00:00:00 2001 From: chrislu Date: Fri, 18 Jul 2025 00:53:20 -0700 Subject: [PATCH] Update s3api_object_handlers_put.go --- weed/s3api/s3api_object_handlers_put.go | 1 + 1 file changed, 1 insertion(+) diff --git a/weed/s3api/s3api_object_handlers_put.go b/weed/s3api/s3api_object_handlers_put.go index f5a626d73..a0f633b3f 100644 --- a/weed/s3api/s3api_object_handlers_put.go +++ b/weed/s3api/s3api_object_handlers_put.go @@ -12,6 +12,7 @@ import ( "time" "github.com/pquerna/cachecontrol/cacheobject" + "github.com/seaweedfs/seaweedfs/weed/glog" "github.com/seaweedfs/seaweedfs/weed/pb/filer_pb" "github.com/seaweedfs/seaweedfs/weed/s3api/s3_constants"