aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/s3api_handlers.go
diff options
context:
space:
mode:
authorKonstantin Lebedev <lebedev_k@tochka.com>2021-10-11 15:03:56 +0500
committerKonstantin Lebedev <lebedev_k@tochka.com>2021-10-11 15:03:56 +0500
commitbe4b3ed509178b6464452cd91fb06718548f9307 (patch)
treef298ec711c279cbb64b9c438bb84d1238feb1ba9 /weed/s3api/s3api_handlers.go
parent84d2e1bdd099550aaba494c88324c8c0dbc08776 (diff)
downloadseaweedfs-be4b3ed509178b6464452cd91fb06718548f9307.tar.xz
seaweedfs-be4b3ed509178b6464452cd91fb06718548f9307.zip
AclHandlers
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
}