Skip to content

Commit

Permalink
Merge pull request aws#487 from awlodarski/master
Browse files Browse the repository at this point in the history
Adding in the ObjectNotExist waiter dsl as it comes in handy for pages i...
  • Loading branch information
mtdowling committed May 18, 2015
2 parents 1f92dee + e3c15f1 commit c0e79f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Aws/S3/Resources/s3-2006-03-01.php
Expand Up @@ -5283,5 +5283,10 @@
'NoSuchKey',
),
),
'ObjectNotExists' => array(
'operation' => 'HeadObject',
'success.type' => 'error',
'success.value' => 'NoSuchKey'
)
),
);

0 comments on commit c0e79f0

Please sign in to comment.