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"
    }
]
gefragt vor 2 Jahren200 Aufrufe
1 Antwort
0

Hello shuijing,

It seems like you are able to get the S3 lifecycle information by radosgw-admin lc list, and you want some guidance on how to get it by s3-Boto3.

This link[1] contained the code example shows how to get an S3 bucket’s lifecycle configuration via SDK for Boto3. This third-party link[2] also has a code example along with the steps on the approach to this problem.

References:
[1] https://docs.aws.amazon.com/AmazonS3/latest/userguide/example_s3_GetBucketLifecycleConfiguration_section.html
[2] https://www.tutorialspoint.com/how-to-get-the-lifecycle-of-a-s3-bucket-using-boto3-and-aws-client

Becky_J
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen