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 / glacier / delete-vault-access-policy.rst
Size: Mime:
**To remove the access policy of a vault**

The following ``delete-vault-access-policy`` example removes the access policy for the specified vault. ::

    aws glacier delete-vault-access-policy \
        --account-id 111122223333 \
        --vault-name example_vault

This command produces no output.