Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / s3api / wait / bucket-not-exists.rst
Size: Mime:
**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.