aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/s3api_handlers.go
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2021-10-13 15:29:53 -0700
committerGitHub <noreply@github.com>2021-10-13 15:29:53 -0700
commitb693a8d6b95ad70cfa2e0943f1ff78bd8776fcd9 (patch)
treeb6d4d96fd9b5d53307a79154658414f6d3674c44 /weed/s3api/s3api_handlers.go
parent7700bf62f0cedf38e4f53d497845fde919418245 (diff)
parent9d6ffa0ea157259b813faeb5b1805df31fdcb69b (diff)
downloadseaweedfs-b693a8d6b95ad70cfa2e0943f1ff78bd8776fcd9.tar.xz
seaweedfs-b693a8d6b95ad70cfa2e0943f1ff78bd8776fcd9.zip
Merge pull request #2380 from kmlebedev/bucket_policy
Bucket policy
Diffstat (limited to 'weed/s3api/s3api_handlers.go')
-rw-r--r--weed/s3api/s3api_handlers.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/s3api/s3api_handlers.go b/weed/s3api/s3api_handlers.go
index 2149ad9cd..e99abb8e2 100644
--- a/weed/s3api/s3api_handlers.go
+++ b/weed/s3api/s3api_handlers.go
@@ -21,6 +21,7 @@ func (s3a *S3ApiServer) WithFilerClient(fn func(filer_pb.SeaweedFilerClient) err
}, s3a.option.Filer.ToGrpcAddress(), s3a.option.GrpcDialOption)
}
+
func (s3a *S3ApiServer) AdjustedUrl(location *filer_pb.Location) string {
return location.Url
}