NullPointerException - copyObject appears to be broken
See original GitHub issueIt 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.
Issue Analytics
- State:
- Created 6 years ago
- Comments:17 (9 by maintainers)
Top Results From Across the Web
Null Pointer Exception Amazon S3 Bucket - Stack Overflow
1 Answer 1 ... This appears to be nothing related to AWS or S3, and is an issue with your OOP code. You...
Read more >How to Fix and Avoid NullPointerException in Java - Rollbar
NullPointerException in Java occurs when a variable is accessed which is not pointing to any object and refers to nothing or null.
Read more >Workaround for broken pdftk burst « Alec's Web Log
The macports version of pdftk seems to be broken when using the burst command: ... NullPointerException at com.lowagie.text.pdf.PdfCopy.
Read more >CopyObject - Amazon Simple Storage Service
The following response shows that an object was copied into a target bucket where versioning is suspended. The parameter VersionId does not appear....
Read more >How to deal with NullPointerException in Java with Examples
NullPointerException has outlined scenario when it could occur: 1) When you call the instance method on a null object. you won't get a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
We will make a release @tawrahim
Fixed by #519 - also released 3.0.4