diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-09-21 17:34:38 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-09-21 17:34:38 -0700 |
| commit | 9cdbfc1a4987bdb46f16ae37624ed69ef66778a9 (patch) | |
| tree | f423c694d8f6af15d59ab1c4401d3e80fac876c3 /weed/s3api/s3api_object_handlers_postpolicy.go | |
| parent | 63373a9f9f61b6a59d4029cf33c486384d255914 (diff) | |
| download | seaweedfs-9cdbfc1a4987bdb46f16ae37624ed69ef66778a9.tar.xz seaweedfs-9cdbfc1a4987bdb46f16ae37624ed69ef66778a9.zip | |
refactor
Diffstat (limited to 'weed/s3api/s3api_object_handlers_postpolicy.go')
| -rw-r--r-- | weed/s3api/s3api_object_handlers_postpolicy.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/s3api/s3api_object_handlers_postpolicy.go b/weed/s3api/s3api_object_handlers_postpolicy.go index b2a83d48d..044e732db 100644 --- a/weed/s3api/s3api_object_handlers_postpolicy.go +++ b/weed/s3api/s3api_object_handlers_postpolicy.go @@ -17,7 +17,7 @@ import ( "strings" ) -func (s3a *S3ApiServer) PutBucketPolicyHandler(w http.ResponseWriter, r *http.Request) { +func (s3a *S3ApiServer) PostPolicyBucketHandler(w http.ResponseWriter, r *http.Request) { // https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-HTTPPOSTConstructPolicy.html // https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-post-example.html |
