aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/s3api_object_handlers_list.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-10-21 22:36:25 -0700
committerchrislu <chris.lu@gmail.com>2024-10-21 22:36:25 -0700
commit0df4a4298bc4c7ddab22a6850c858cab1a3052c2 (patch)
treea0b8d1fdbe89bcd5112c4c91863d998edcae735c /weed/s3api/s3api_object_handlers_list.go
parentad8e547690ccbb5652ae18039d4b466c156bfe21 (diff)
downloadseaweedfs-0df4a4298bc4c7ddab22a6850c858cab1a3052c2.tar.xz
seaweedfs-0df4a4298bc4c7ddab22a6850c858cab1a3052c2.zip
adjust comment
Diffstat (limited to 'weed/s3api/s3api_object_handlers_list.go')
-rw-r--r--weed/s3api/s3api_object_handlers_list.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/s3api/s3api_object_handlers_list.go b/weed/s3api/s3api_object_handlers_list.go
index 27d18800c..6a4740fef 100644
--- a/weed/s3api/s3api_object_handlers_list.go
+++ b/weed/s3api/s3api_object_handlers_list.go
@@ -100,7 +100,7 @@ func (s3a *S3ApiServer) ListObjectsV2Handler(w http.ResponseWriter, r *http.Requ
func (s3a *S3ApiServer) ListObjectsV1Handler(w http.ResponseWriter, r *http.Request) {
- // https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGET.html
+ // https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjects.html
// collect parameters
bucket, _ := s3_constants.GetBucketAndObject(r)