Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
s3api
/
wait
📤 Upload
📝 New File
📁 New Folder
Close
Editing: object-not-exists.rst
**To wait (pause running) until an object no longer exists** The following ``wait object-not-exists`` example pauses and continues only after it can confirm that the specified object (``--key``) in the specified bucket doesn't exist. :: aws s3api wait object-not-exists \ --bucket my-bucket \ --key doc1.rtf This command produces no output.
Save
Cancel