1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-18 23:07:45 +02:00

All: Add support for AWS S3 synchronisation (Beta) (#2815)

This commit is contained in:
alexchee
2020-07-15 05:22:55 -04:00
committed by GitHub
parent c8c4bb3245
commit 9a55afec01
14 changed files with 881 additions and 14 deletions

View File

@ -172,6 +172,7 @@ class FileApi {
// });
}
// Returns UTF-8 encoded string by default, or a Response if `options.target = 'file'`
get(path, options = null) {
if (!options) options = {};
if (!options.encoding) options.encoding = 'utf8';