1*504e23b7SAndrei Pozolotin# 2*504e23b7SAndrei Pozolotin# Sample Amazon S3 connection configuration file, Version 1. 3*504e23b7SAndrei Pozolotin# Version 1 will produce JGitV1 compatible encryption. 4*504e23b7SAndrei Pozolotin# It is JetS3tV2-like mode with proper AES support. 5*504e23b7SAndrei Pozolotin# JGitV1 uses hard coded encryption parameters. 6*504e23b7SAndrei Pozolotin# JGitV1 supports only PBE algorithms. 7*504e23b7SAndrei Pozolotin# 8*504e23b7SAndrei Pozolotin 9*504e23b7SAndrei Pozolotinaccesskey = AKIAIYWXB4ETREBRM123 10*504e23b7SAndrei Pozolotinsecretkey = ozCuIsqxsARoPe3FFyv3F/jiMSc3Yqay7B9UF234 11*504e23b7SAndrei Pozolotin 12*504e23b7SAndrei Pozolotincrypto.algorithm = PBEWithHmacSHA1AndAES_128 13*504e23b7SAndrei Pozolotincrypto.version = 1 14*504e23b7SAndrei Pozolotinpassword = secret 15