fix: Force applicationKeyId to empty string on restoration

pull/324/head
NaiJi ✨ 2023-09-05 15:02:48 -03:00
parent 2e2a34a5cf
commit d7d84692c3
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ class BackblazeApi extends RestApiMap {
bucketId: rawBucket['bucketId'],
bucketName: rawBucket['bucketName'],
encryptionKey: configuration.encryptionKey,
applicationKeyId: credentials.keyId,
applicationKeyId: '',
applicationKey: '',
);
}