mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Merge pull request #2005 from nextcloud/patch-2
Update Primary Storage doc for OpenStack Swift v3
This commit is contained in:
@@ -91,7 +91,7 @@ V3 Authentication:
|
||||
'arguments' => [
|
||||
'autocreate' => true,
|
||||
'user' => [
|
||||
'name' => 'swift',
|
||||
'name' => 'UserName',
|
||||
'password' => 'Secr3tPaSSWoRdt7',
|
||||
'domain' => [
|
||||
'name' => 'Default',
|
||||
@@ -99,7 +99,7 @@ V3 Authentication:
|
||||
],
|
||||
'scope' => [
|
||||
'project' => [
|
||||
'name' => 'OS_PROJECT_NAME',
|
||||
'name' => 'TenantName',
|
||||
'domain' => [
|
||||
'name' => 'Default',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user