1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Desktop: Resolves #8625: Show missing sync password warning and link to FAQ (#8644)

This commit is contained in:
Henry Heino
2023-08-14 10:12:49 -07:00
committed by GitHub
parent 9e55d90736
commit c6c2733726
17 changed files with 146 additions and 8 deletions

View File

@@ -36,6 +36,10 @@ class SyncTargetAmazonS3 extends BaseSyncTarget {
return true;
}
static requiresPassword() {
return true;
}
static s3BucketName() {
return Setting.value('sync.8.path');
}