?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/dev-uz-avocat/wp-content/plugins/backwpup/vendor/aws/aws-sdk-php/features/smoke/



?? Go up: /home/webdevt/www/dev-uz-avocat/wp-content/plugins/backwpup/vendor/aws/aws-sdk-php/features

?? Viewing: glacier.feature

# language: en
@smoke @glacier
Feature: Amazon Glacier

  Scenario: Making a request
    When I call the "ListVaults" API
    Then the response should contain a "VaultList"

  Scenario: Handling errors
    When I attempt to call the "ListVaults" API with:
    | accountId | abcmnoxyz |
    Then the request should fail


??

??