s3 adds support for remote prefix

This commit is contained in:
fyears
2024-01-06 21:53:52 +08:00
parent 586e587d96
commit b070f51f5d
8 changed files with 96 additions and 49 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ export default class RemotelySavePlugin extends Plugin {
this.app.vault.getName(),
() => self.saveSettings()
);
const remoteRsp = await client.listFromRemote();
const remoteRsp = await client.listAllFromRemote();
// log.debug(remoteRsp);
if (this.settings.currLogLevel === "info") {