Is it possbile to use other locations besides US-standard for S3 buckets with JGit (ie. through the config file etc.) or am I doing something wrong here?
If I try to use a S3 bucket with JGit that is located in EU, jgit throws an error
-> jgit push origin master
Counting objects: 3
Finding sources: 100% (3/3)
Getting sizes: 100% (2/2)
Compressing objects: 100% (1/1)
Writing objects: 100% (3/3)
java.lang.NullPointerException
at org.eclipse.jgit.transport.AmazonS3.error(AmazonS3.java:518)
at org.eclipse.jgit.transport.AmazonS3.putImpl(AmazonS3.java:505)
...
But when I try to use a bucket that is located in US-Standard, then everything works fine.
-> git push origin master
Counting objects: 3
Finding sources: 100% (3/3)
Getting sizes: 100% (2/2)
Compressing objects: 100% (1/1)
Writing objects: 100% (3/3)
Put pack-132548a..idx: 100% (1/1)
To amazon-s3://.jgit@usreponame/chef-receipes.git
* [new branch] master -> master