getHandlerList()->appendInit( PresignUrlMiddleware::wrap( $this, $args['endpoint_provider'], [ 'operations' => [ 'CopyDBClusterSnapshot', 'CreateDBCluster', ], 'service' => 'rds', 'presign_param' => 'PreSignedUrl', 'require_different_region' => true, 'extra_query_params' => [ 'CopyDBClusterSnapshot' => ['DestinationRegion'], 'CreateDBCluster' => ['DestinationRegion'], ] ] ), 'rds.presigner' ); }; parent::__construct($args); } }