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"
    }
]
feita há 2 anos200 visualizações
1 Resposta
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
respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas