boto3
boto3 copied to clipboard
S3 versioning waiter
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.
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.
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.
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.