Ashish

Results 2 issues of Ashish

Logs ``` E/Parcel: Class not found when unmarshalling: com.google.android.gms.location.LocationResult java.lang.ClassNotFoundException: com.google.android.gms.location.LocationResult at java.lang.Class.classForName(Native Method) at java.lang.Class.forName(Class.java:454) at `android.os.Parcel.readParcelableCreator(Parcel.java:3350)` at android.os.Parcel.readParcelable(Parcel.java:3284) at android.os.Parcel.readValue(Parcel.java:3186) at android.os.Parcel.readArrayMapInternal(Parcel.java:3579) at android.os.BaseBundle.initializeFromParcelLocked(BaseBundle.java:292) at android.os.BaseBundle.unparcel(BaseBundle.java:236) at android.os.BaseBundle.containsKey(BaseBundle.java:516)...

Came across this library when using `mlflow.log_artifacts` with AWS_SIGV4 request signing enabled. When trying to upload the artifact with a put call, this library throws an exception saying that `_io.BufferedReader`...