mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Update Primary Storage doc for OpenStack Swift v3
Add scope/project with TenantName, as discussed in #11264 comment https://github.com/nextcloud/server/issues/11264#issuecomment-457525893 This is necessary for OVH Object Storage. Not sure for other providers.
This commit is contained in:
parent
0c713b0ccc
commit
8a38122ced
@ -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',
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user