Update _posts/swee-nextcloud-r2/2025-04-10-swee-nextcloud-r2.md
This commit is contained in:
parent
cda1c249ec
commit
35a495f5a4
1 changed files with 5 additions and 2 deletions
|
@ -94,14 +94,17 @@ $CONFIG = array (
|
|||
'region' => "auto",
|
||||
'use_ssl' => true,
|
||||
'use_path_style' => true,
|
||||
'autocreate' => true,
|
||||
'verify_bucket_exists' => true,
|
||||
'verify_bucket_exists' => false,
|
||||
'validateWrites' => false,
|
||||
'concurrency' => 1,
|
||||
'sse_c_key' => 'your_encryption_key_here',
|
||||
],
|
||||
],
|
||||
);
|
||||
```
|
||||
|
||||
(Edited slightly in 2025-06-07 for [this fix](https://help.nextcloud.com/t/226052/5))
|
||||
|
||||
Here's what you need to change:
|
||||
|
||||
* Change `nextcloud-tutorial` to your R2 bucket's name.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue