Skip to content

Commit 3dc5186

Browse files
committed
Adds automatic PreSignedUrl generation to RDS.createDBCluser and RDS.copyDBClusterSnapshot
1 parent cd6f728 commit 3dc5186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/rds.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var AWS = require('../core');
33
/**
44
* @api private
55
*/
6-
var crossRegionOperations = ['copyDBSnapshot', 'createDBInstanceReadReplica'];
6+
var crossRegionOperations = ['copyDBSnapshot', 'createDBInstanceReadReplica', 'createDBCluster', 'copyDBClusterSnapshot'];
77

88
AWS.util.update(AWS.RDS.prototype, {
99
/**

0 commit comments

Comments
 (0)