-
### App Name
Duplicati
### SCALE Version
22.02.0
### App Version
5.0.6
### Application Events
```Shell
The error is within duplicati
```
### Application Logs
```Shell
System.Net.WebException…
-
Output of `restic version`
--------------------------
```
$ sudo -u restic --preserve-env=B2_ACCOUNT_ID,B2_ACCOUNT_KEY restic version
[sudo] password for craig:
restic 0.11.0 compiled with …
-
## Output of `restic version`
`restic 0.9.1 compiled with go1.10.3 on darwin/amd64`
Also tested on freebsd.
## How did you run restic exactly?
Any restic command, e.g.:
`restic unlock`
## …
-
Output of `restic version`
--------------------------
restic 0.13.1 compiled with go1.18 on solaris/amd64
Operating System is SmartOS joyent_20220714T060459Z i86pc i386 i86pc
How did you run…
-
### Describe the problem
Cloudflare Workers KV has relatively high prices for storage, so I'd like to offload media assets to a CDN, such as Backblaze B2.
### Describe the proposed solution
To impl…
-
Hi,
I use `SqliteAccountInfo("~/.b2_account_info")` for storing account info. When I call B2 API I get this error:
I thought InMemoryAccountInfo() is not thread safe, but the one I use is fine. …
-
### Describe the bug
In https://github.com/NixOS/nixpkgs/pull/173796 I added Backblaze B2's Terraform provider. When running the plugin before I ran into
```
│ Error: Failed to load plugin schema…
-
When I run the project in debug mode via `yarn dev-win` I see two errors:
1. `Error: Invalid accountId or applicationKeyId`
2. `TypeError: Cannot read properties of undefined (reading 'data')`
…
-
I'm attempting to use this plugin to upload files to a B2 Backblaze bucket. If I insert my credentials directly into the `.woodpecker.yml` (which is obviously not a great idea), the upload works as e…
-
code:
```
const s3 = new ApiFactory({
credentials: {
awsAccessKeyId: Deno.env.get("S3_ACCESS_KEY_ID")!,
awsSecretKey: Deno.env.get("S3_SECRET_KEY")!,
},
fixedEndpoint: "https://s3…