test(obsidian): cover adaptive S3 journal upload

This commit is contained in:
vorotamoroz
2026-08-01 03:52:57 +00:00
parent b7da78ce45
commit 0890a97222
6 changed files with 96 additions and 17 deletions
@@ -19,6 +19,9 @@ export type ConfiguredSettings = {
endpoint?: string;
bucket?: string;
bucketPrefix?: string;
expectedRepositoryId?: string;
journalFormat?: string;
packReadPolicy?: string;
};
export type CoreReadiness = {
@@ -320,6 +323,9 @@ export async function configureObjectStorage(
"endpoint:current.endpoint,",
"bucket:current.bucket,",
"bucketPrefix:current.bucketPrefix,",
"expectedRepositoryId:current.expectedRepositoryId,",
"journalFormat:current.journalFormat,",
"packReadPolicy:current.packReadPolicy,",
"});",
"})()",
].join(""),