Skip to content
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.

Commit

Permalink
Export all of the endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
chilts committed Mar 27, 2013
1 parent 0cd0a67 commit ac7af04
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions awssum-amazon-glacier.js
Expand Up @@ -115,6 +115,17 @@ _.each(operations, function(operation, operationName) {
// -------------------------------------------------------------------------------------------------------------------- // --------------------------------------------------------------------------------------------------------------------
// exports // exports


// endpoints
exports.US_EAST_1 = amazon.US_EAST_1;
exports.US_WEST_1 = amazon.US_WEST_1;
exports.US_WEST_2 = amazon.US_WEST_2;
exports.EU_WEST_1 = amazon.EU_WEST_1;
// exports.AP_SOUTHEAST_1 = amazon.AP_SOUTHEAST_1;
// exports.AP_SOUTHEAST_2 = amazon.AP_SOUTHEAST_2;
exports.AP_NORTHEAST_1 = amazon.AP_NORTHEAST_1;
// exports.SA_EAST_1 = amazon.SA_EAST_1;
// exports.US_GOV_WEST = amazon.US_GOV_WEST;

exports.Glacier = Glacier; exports.Glacier = Glacier;


// -------------------------------------------------------------------------------------------------------------------- // --------------------------------------------------------------------------------------------------------------------

0 comments on commit ac7af04

Please sign in to comment.