mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-08-30 23:37:08 +00:00
test(obsidian): cover adaptive S3 journal upload
This commit is contained in:
@@ -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(""),
|
||||
|
||||
Reference in New Issue
Block a user