diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-01-24 19:03:02 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-01-24 19:03:02 -0800 |
| commit | 17f7c1c43f8adc1d1e4d795f23cdf60aa0e57c95 (patch) | |
| tree | 16817aa710170550530543e7b1c0f0effd2b2400 /weed/s3api/s3api_handlers.go | |
| parent | 9bcb28a3eabcb2c869afc52da6b0341e8e2d8427 (diff) | |
| parent | 00707ec00fb8016ac9ef8858a01a9784a6aee1a0 (diff) | |
| download | seaweedfs-17f7c1c43f8adc1d1e4d795f23cdf60aa0e57c95.tar.xz seaweedfs-17f7c1c43f8adc1d1e4d795f23cdf60aa0e57c95.zip | |
Merge branch 'mount_from_outside_cluster'
Diffstat (limited to 'weed/s3api/s3api_handlers.go')
| -rw-r--r-- | weed/s3api/s3api_handlers.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/weed/s3api/s3api_handlers.go b/weed/s3api/s3api_handlers.go index 6935c75bd..57b26f3dd 100644 --- a/weed/s3api/s3api_handlers.go +++ b/weed/s3api/s3api_handlers.go @@ -50,9 +50,6 @@ func (s3a *S3ApiServer) WithFilerClient(fn func(filer_pb.SeaweedFilerClient) err }, s3a.option.FilerGrpcAddress, s3a.option.GrpcDialOption) } -func (s3a *S3ApiServer) AdjustedUrl(location *filer_pb.Location) string { - return location.Url -} // If none of the http routes match respond with MethodNotAllowed func notFoundHandler(w http.ResponseWriter, r *http.Request) { |
