mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Add updatedAt for GetBucketLifecycleConfig (#17271)
This commit is contained in:
committed by
GitHub
parent
d0a0eb9738
commit
62df731006
@@ -460,7 +460,7 @@ func (a adminAPIHandlers) ExportBucketMetadataHandler(w http.ResponseWriter, r *
|
||||
return
|
||||
}
|
||||
case bucketLifecycleConfig:
|
||||
config, err := globalBucketMetadataSys.GetLifecycleConfig(bucket)
|
||||
config, _, err := globalBucketMetadataSys.GetLifecycleConfig(bucket)
|
||||
if err != nil {
|
||||
if errors.Is(err, BucketLifecycleNotFound{Bucket: bucket}) {
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user