| Mind's Forge |
|
Notes »
Using Backblaze B2 with UrbitTo use Backblaze B2 with Urbit:
Public files, disable encryption, Object Lock: disabled
I had to allow access to "All" buckets for some reason. Read and Write
run $ backblaze-b2 authorize-account <<keyID>> <<applicationKey>>
backblaze-b2 update-bucket --corsRules '[
{
"corsRuleName": "downloadFromAnyOriginWithUpload",
"allowedOrigins": [
"*"
],
"allowedHeaders": [
"*"
],
"allowedOperations": [
"s3_put"
],
"maxAgeSeconds": 3600
}
]' <<INSERT YOUR BUCKET NAME HERE>> allPublic
Settings -> Remote Storage, Endpoint:Endpoint, Access Key ID:keyID, Secret Access Key:applicationKey
New Bucket -> human readable bucket name
|
| Page last modified on September 14, 2022, at 10:44 pm |