除了美国标准之外的其他位置是否可以使用 JGit 的 S3 存储桶(即通过配置文件等)或者我在这里做错了什么?
如果我尝试使用位于欧盟的 JGit 的 S3 存储桶,jgit 会抛出错误
-> 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)
...
但是当我尝试使用位于美国标准中的存储桶时,一切正常。
-> 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