MDL-49115 repository_s3: add endpoint default to generator

This commit is contained in:
Eloy Lafuente (stronk7)
2015-02-17 16:30:43 +01:00
parent 2d4d68073d
commit 0a84773c52
+3
View File
@@ -47,6 +47,9 @@ class repository_s3_generator extends testing_repository_generator {
if (!isset($record['secret_key'])) {
$record['secret_key'] = 'secret_key';
}
if (!isset($record['endpoint'])) {
$record['endpoint'] = 'endpoint';
}
return $record;
}