?? 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: storagegateway.feature

# language: en
@smoke @storagegateway
Feature: AWS Storage Gateway

  Scenario: Making a request
    When I call the "ListGateways" API
    Then the value at "Gateways" should be a list

  Scenario: Handling errors
    When I attempt to call the "ListVolumes" API with:
    | GatewayARN | fake_gateway_that_meets_the_minimum_length_restriction |
    Then the request should fail


??

??