Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 603 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 603 Bytes

jgit-codecommit

Example showing how to clone an AWS CodeCommit repository over HTTPS using jgit.

AWS CodeCommit requires a new set of credentials every ~15 minutes. The credentials are generated from an AWS secret access key.

This example shows how to generate the password and present the credentials to jgit so that the CodeCommit repository can be cloned.

This is the beginning of adding CodeCommit support to Git for JIRA.