s3 adds support for remote prefix
This commit is contained in:
+1
-1
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user