/AWS1/IF_S3_WAITER¶
/AWS1/IF_S3_WAITER
represents the Waiter client for Amazon Simple Storage Service, representing each waiter as a method call.
List of waiter methods implemented in /AWS1/IF_S3_WAITER
Waiter Method | Service Operation | Waiter Description |
---|---|---|
BUCKETEXISTS | HEADBUCKET() |
Polls HeadBucket API to wait until BucketExists |
BUCKETNOTEXISTS | HEADBUCKET() |
Polls HeadBucket API to wait until BucketNotExists |
OBJECTEXISTS | HEADOBJECT() |
Polls HeadObject API to wait until ObjectExists |
OBJECTNOTEXISTS | HEADOBJECT() |
Polls HeadObject API to wait until ObjectNotExists |