diff --git a/Encrypt zip file with tiny-encrypt.-.md b/Encrypt zip file with tiny-encrypt.-.md index 4e4ccff..349af41 100644 --- a/Encrypt zip file with tiny-encrypt.-.md +++ b/Encrypt zip file with tiny-encrypt.-.md @@ -2,21 +2,24 @@ ```json { - "oss_config": { - "endpoint": "oss-cn-shanghai[-internal].aliyuncs.com", - "access_key_id": "LT*****************", - "access_key_secret": "J4*******************************", - "bucket": "bucket_name", - "path": "hatter_test_backup" - }, - "host": "hatter.test", - "tiny_encrypt": { - "config": "//tiny-encrypt-config-rs.json" - }, - "backup_count": 10, - "items": [ - { "target": "/Users/username/test_backup/", "file_name": "test_backup_001" } - ] + "oss_config": { + "endpoint": "oss-cn-shanghai[-internal].aliyuncs.com", + "access_key_id": "LT*****************", + "access_key_secret": "J4*******************************", + "bucket": "bucket_name", + "path": "hatter_test_backup" + }, + "host": "hatter.test", + "tiny_encrypt": { + "config": "//tiny-encrypt-config-rs.json" + }, + "backup_count": 10, + "items": [ + { + "target": "/Users/username/test_backup/", + "file_name": "test_backup_001" + } + ] } ```