Browse Source

Update s3api_object_handlers_put.go

pull/6996/head
chrislu 5 months ago
parent
commit
bb05e6cade
  1. 1
      weed/s3api/s3api_object_handlers_put.go

1
weed/s3api/s3api_object_handlers_put.go

@ -12,6 +12,7 @@ import (
"time" "time"
"github.com/pquerna/cachecontrol/cacheobject" "github.com/pquerna/cachecontrol/cacheobject"
"github.com/seaweedfs/seaweedfs/weed/glog" "github.com/seaweedfs/seaweedfs/weed/glog"
"github.com/seaweedfs/seaweedfs/weed/pb/filer_pb" "github.com/seaweedfs/seaweedfs/weed/pb/filer_pb"
"github.com/seaweedfs/seaweedfs/weed/s3api/s3_constants" "github.com/seaweedfs/seaweedfs/weed/s3api/s3_constants"

Loading…
Cancel
Save