You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
429 B
14 lines
429 B
# |
|
# Sample Amazon S3 connection configuration file, Version 1. |
|
# Version 1 will produce JGitV1 compatible encryption. |
|
# It is JetS3tV2-like mode with proper AES support. |
|
# JGitV1 uses hard coded encryption parameters. |
|
# JGitV1 supports only PBE algorithms. |
|
# |
|
|
|
accesskey = AKIAIYWXB4ETREBRM123 |
|
secretkey = ozCuIsqxsARoPe3FFyv3F/jiMSc3Yqay7B9UF234 |
|
|
|
crypto.algorithm = PBEWithHmacSHA1AndAES_128 |
|
crypto.version = 1 |
|
password = secret
|
|
|