Skip to content

Commit

Permalink
Added support for requester pays. See aws#100.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitar committed Apr 11, 2013
1 parent 91fc885 commit 7ba1def
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/services/api/s3-2006-03-01.js
Original file line number Diff line number Diff line change
Expand Up @@ -1198,6 +1198,10 @@ module.exports = {
VersionId: {
location: 'uri',
name: 'versionId'
},
RequestPayer: {
location: 'header',
name: 'x-amz-request-payer'
}
}
},
Expand Down Expand Up @@ -1825,6 +1829,10 @@ module.exports = {
},
Prefix: {
location: 'uri'
},
RequestPayer: {
location: 'header',
name: 'x-amz-request-payer'
}
}
},
Expand Down

0 comments on commit 7ba1def

Please sign in to comment.