mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-23 18:49:17 +08:00
adjust comment
This commit is contained in:
parent
ad8e547690
commit
0df4a4298b
@ -100,7 +100,7 @@ func (s3a *S3ApiServer) ListObjectsV2Handler(w http.ResponseWriter, r *http.Requ
|
|||||||
|
|
||||||
func (s3a *S3ApiServer) ListObjectsV1Handler(w http.ResponseWriter, r *http.Request) {
|
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
|
// collect parameters
|
||||||
bucket, _ := s3_constants.GetBucketAndObject(r)
|
bucket, _ := s3_constants.GetBucketAndObject(r)
|
||||||
|
Loading…
Reference in New Issue
Block a user