yetao

Results 3 comments of yetao

Exactly, just adding a download example and using access/secret kind of credentials: ``` public static void main(String args[]) throws Exception { Log.initLoggingToStdout(LogLevel.Debug); AwsBasicCredentials credentials = AwsBasicCredentials.create("KOQ72jCb2YpnjrOa", "qYq0EzPqgU9x1jqka5STRDnz1COLvcdq"); StaticCredentialsProvider credentialsProvider =...

Hello @yasminetalby, Thanks for your advice. Indeed 2.17.236 version improves the situation, but I'm still finding some inconveniences: - It works for download and upload if I use http for...

Hello @yasminetalby, On my side, using latest version 2.17.272 I get the same behavior that I explained in my last comment here: https://github.com/aws/aws-sdk-java-v2/issues/3350#issuecomment-1222063324 Basically: - It works if the endpoint...