[go: nahoru, domu]

Skip to content

Commit

Permalink
Adds automatic PreSignedUrl generation to RDS.StartDBInstanceAutomate…
Browse files Browse the repository at this point in the history
…dBackupsReplication (#3566)
  • Loading branch information
ajredniwja committed Dec 11, 2020
1 parent fa57967 commit b393a6e
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 @@ require('../rds/signer');
/**
* @api private
*/
var crossRegionOperations = ['copyDBSnapshot', 'createDBInstanceReadReplica', 'createDBCluster', 'copyDBClusterSnapshot'];
var crossRegionOperations = ['copyDBSnapshot', 'createDBInstanceReadReplica', 'createDBCluster', 'copyDBClusterSnapshot', 'startDBInstanceAutomatedBackupsReplication'];

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

0 comments on commit b393a6e

Please sign in to comment.