The recent version of Java runtime update 1.8.0_60
on heroku caused date format issue when signing a PUT request with AWS S3 library.
I am wondering how can we downgrade from 1.8.0_60
to 1.8.0_51
where the error did not happen for the time being.
I tried with system.properties file including
java.runtime.version=1.8.0_51
but it didn't work.
Could you help?
Thank you.
Cheers, Zoltan