Update _posts/swee-nextcloud-r2/2025-04-10-swee-nextcloud-r2.md

This commit is contained in:
Mohammed Qureshi (Nova Cat) 2025-06-07 10:45:12 -07:00
parent cda1c249ec
commit 35a495f5a4

View file

@ -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.