diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-12-07 00:29:17 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-12-07 00:29:17 -0800 |
| commit | fce880308773a1bbc88ab214a96c3f22d68981ca (patch) | |
| tree | 25ca7f77eb0e10411bb79479511ba643322a2b80 /weed/s3api/auth_credentials_test.go | |
| parent | 606051cc798baf9b66149865b6871d96668782bb (diff) | |
| download | seaweedfs-fce880308773a1bbc88ab214a96c3f22d68981ca.tar.xz seaweedfs-fce880308773a1bbc88ab214a96c3f22d68981ca.zip | |
break import cycle
Diffstat (limited to 'weed/s3api/auth_credentials_test.go')
| -rw-r--r-- | weed/s3api/auth_credentials_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/s3api/auth_credentials_test.go b/weed/s3api/auth_credentials_test.go index c6f76560c..0383ddbcd 100644 --- a/weed/s3api/auth_credentials_test.go +++ b/weed/s3api/auth_credentials_test.go @@ -1,6 +1,7 @@ package s3api import ( + . "github.com/chrislusf/seaweedfs/weed/s3api/s3_constants" "testing" "github.com/golang/protobuf/jsonpb" |
