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)
We will make a release @tawrahim