Skip to content

Commit

Permalink
Adds automatic PreSignedUrl generation to RDS.createDBCluser and RDS.…
Browse files Browse the repository at this point in the history
…copyDBClusterSnapshot
  • Loading branch information
chrisradek committed Mar 7, 2017
1 parent cd6f728 commit 3dc5186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/rds.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var AWS = require('../core');
/**
* @api private
*/
var crossRegionOperations = ['copyDBSnapshot', 'createDBInstanceReadReplica'];
var crossRegionOperations = ['copyDBSnapshot', 'createDBInstanceReadReplica', 'createDBCluster', 'copyDBClusterSnapshot'];

AWS.util.update(AWS.RDS.prototype, {
/**
Expand Down

0 comments on commit 3dc5186

Please sign in to comment.