aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-07-03 14:51:01 -0700
committerChris Lu <chris.lu@gmail.com>2021-07-03 14:51:01 -0700
commita024254ad780452c4d317dbd0bc5399245f2b379 (patch)
treedb1102ea12cd66769c9e5a4d2c0abac6e16e88a9
parentd39b2689a5e6e651fadc18ae079bbaf4e74fc5c4 (diff)
downloadseaweedfs-a024254ad780452c4d317dbd0bc5399245f2b379.tar.xz
seaweedfs-a024254ad780452c4d317dbd0bc5399245f2b379.zip
logging
-rw-r--r--weed/s3api/auth_credentials.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/s3api/auth_credentials.go b/weed/s3api/auth_credentials.go
index 22df04dc0..3439b40df 100644
--- a/weed/s3api/auth_credentials.go
+++ b/weed/s3api/auth_credentials.go
@@ -190,7 +190,7 @@ func (iam *IdentityAccessManagement) authRequest(r *http.Request, action Action)
return identity, s3Err
}
- glog.V(3).Infof("user name: %v actions: %v", identity.Name, identity.Actions)
+ glog.V(3).Infof("user name: %v actions: %v, action: %v", identity.Name, identity.Actions, action)
bucket, _ := getBucketAndObject(r)