diff options
| author | clonefetch <166312854+clonefetch@users.noreply.github.com> | 2024-04-08 22:19:02 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-08 07:19:02 -0700 |
| commit | 9e07a87fcba5e6b0986cd2dad1fa3d644ff4edc7 (patch) | |
| tree | 842bb06734049b0188f1ebfe9cd9dbd506a0b62d /weed/s3api/s3api_bucket_handlers.go | |
| parent | 3e25ed1b11ce734bb5f2f9faddfe4b9ca16270c9 (diff) | |
| download | seaweedfs-9e07a87fcba5e6b0986cd2dad1fa3d644ff4edc7.tar.xz seaweedfs-9e07a87fcba5e6b0986cd2dad1fa3d644ff4edc7.zip | |
chore: fix function names in comment (#5478)
Diffstat (limited to 'weed/s3api/s3api_bucket_handlers.go')
| -rw-r--r-- | weed/s3api/s3api_bucket_handlers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/s3api/s3api_bucket_handlers.go b/weed/s3api/s3api_bucket_handlers.go index bb3939571..04e1e00a4 100644 --- a/weed/s3api/s3api_bucket_handlers.go +++ b/weed/s3api/s3api_bucket_handlers.go @@ -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) { |
