Skip to content

How to get the progress of oss lifecycle

0

I can get the progress(status) of the lifecycle by radosgw-admin lc list, I don't know how to get it by s3-Boto3, I need your help

eg:radosgw-admin lc list result

[
    {
        "bucket":":xx:xx",
        "started":"xxx",
        "status":"COMPLETE"
    }
]
asked 4 years ago331 views