boto3 icon indicating copy to clipboard operation
boto3 copied to clipboard

S3 versioning waiter

Open copumpkin opened this issue 8 years ago • 3 comments

If you enable versioning on an S3 bucket, it takes a while before it actually turns on (so if you try to set up replication immediately, it'll fail). This seems like a fine potential waiter.

copumpkin avatar Apr 08 '16 13:04 copumpkin

Yeah seems like it can be done. Feel free to take a stab at implementation. Otherwise, we will eventually get to implementing it. From the looks of it, the waiter would really only have to poll: https://boto3.readthedocs.org/en/latest/reference/services/s3.html#S3.Client.get_bucket_versioning to determine if versioning is enabled.

kyleknap avatar Apr 11 '16 22:04 kyleknap

Hi @copumpkin,

This issue is for a waiter request. It's been a long time since being requested, and since then implementation of waiters has shifted responsibility to the service team so that all AWS SDKs can use them consistently. I'm going to open a separate issue to track this at aws/aws-sdk and open this with the S3 team. Thanks again for requesting it.

kdaily avatar Aug 09 '21 23:08 kdaily

Greetings! It looks like this issue hasn’t been active in longer than one year. We encourage you to check if this is still an issue in the latest release. In the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please feel free to provide a comment or upvote with a reaction on the initial post to prevent automatic closure. If the issue is already closed, please feel free to open a new one.

github-actions[bot] avatar Aug 10 '22 00:08 github-actions[bot]