chore: fix function names in comment (#5478)

This commit is contained in:
clonefetch
2024-04-08 22:19:02 +08:00
committed by GitHub
parent 3e25ed1b11
commit 9e07a87fcb
5 changed files with 5 additions and 5 deletions

View File

@@ -351,7 +351,7 @@ func (s3a *S3ApiServer) PutBucketLifecycleConfigurationHandler(w http.ResponseWr
}
// DeleteBucketMetricsConfiguration Delete Bucket Lifecycle
// DeleteBucketLifecycleHandler Delete Bucket Lifecycle
// https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketLifecycle.html
func (s3a *S3ApiServer) DeleteBucketLifecycleHandler(w http.ResponseWriter, r *http.Request) {