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

# language: en
@smoke @kms
Feature: Amazon Key Management Service

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

  Scenario: Handling errors
    When I attempt to call the "GetKeyPolicy" API with:
    | KeyId      | 12345678-1234-1234-1234-123456789012 |
    | PolicyName | fakePolicy                           |
    Then I expect the response error code to be "NotFoundException"


??

??