Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
s3api
/
wait
/
Filename :
bucket-not-exists.rst
back
Copy
**To wait (pause running) until a bucket no longer exists** The following ``wait bucket-not-exists`` example pauses and continues only after it can confirm that the specified bucket doesn't exist. :: aws s3api wait bucket-not-exists \ --bucket my-bucket This command produces no output.