minio-java: NullPointerException - copyObject appears to be broken

It appears that copyObject method provided does not work. Here is the exception that is being thrown

java.lang.NullPointerException
	at io.minio.Signer.setSigningKey(Signer.java:199)
	at io.minio.Signer.signV4(Signer.java:231)
	at io.minio.MinioClient.execute(MinioClient.java:811)
	at io.minio.MinioClient.executePut(MinioClient.java:1083)
	at io.minio.MinioClient.copyObject(MinioClient.java:1578)

I did some research and noticed that others are also having this issue. You can take a look at this repo to confirm that others have this issue.

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 17 (9 by maintainers)

Most upvoted comments

Glad that you were able to reproduce this. Do you think you can drop me a jar of master that I can try with? Also when do you think it is going to make it into maven? Our current project pulls directly from maven central.

We will make a release @tawrahim