Repository URL to install this package:
|
Version:
1.21.11 ▾
|
**To wait (pause running) until a bucket exists**
The following ``wait bucket-exists`` example pauses and continues only after it can confirm that the specified bucket exists. ::
aws s3api wait bucket-exists \
--bucket my-bucket
This command produces no output.