**To wait (pause running) until an object 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 exists. :: aws s3api wait object-exists \ --bucket my-bucket \ --key doc1.rtf This command produces no output.