IS3BucketWaiter
Interface in AWS.S3
Base interface for S3 bucket waiters.
Ancestors
Methods
Wait
function Wait(const ABucket: string; const AExpectedBucketOwner: string = ''): IS3HeadBucketResponse;
Wait for a bucket condition to be met.
Parameters
| Name | Description |
|---|---|
ABucket | A bucket name. |
AExpectedBucketOwner | The expected bucket owner for the request. |
Returns
Response containing HeadBucket results.