You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.
Is it possible to update the AWS SDK to latest version? I tried to upgrade the aws-java-sdk from 1.11.28 to 1.11.106 but got a lot of client deprecation warnings
Here are few examples
C:\Users\user\Documents\simian-army\src\main\java\com\netflix\simianarmy\basic\BasicChaosMonkeyContext.java:64: warning: [deprecation] AmazonSimpleEmailS
erviceClient(ClientConfiguration) in AmazonSimpleEmailServiceClient has been deprecated
C:\Users\user\Documents\simian-army\src\main\java\com\netflix\simianarmy\client\aws\AWSClient.java:798: warning: [deprecation] setEndpoint(String) in AmazonS3Client has been deprecated
client.setEndpoint("s3-" + region + ".amazonaws.com");
Thanks.
The text was updated successfully, but these errors were encountered:
Is it possible to update the AWS SDK to latest version? I tried to upgrade the aws-java-sdk from 1.11.28 to 1.11.106 but got a lot of client deprecation warnings
Here are few examples
C:\Users\user\Documents\simian-army\src\main\java\com\netflix\simianarmy\basic\BasicChaosMonkeyContext.java:64: warning: [deprecation] AmazonSimpleEmailS
erviceClient(ClientConfiguration) in AmazonSimpleEmailServiceClient has been deprecated
C:\Users\user\Documents\simian-army\src\main\java\com\netflix\simianarmy\client\aws\AWSClient.java:798: warning: [deprecation] setEndpoint(String) in AmazonS3Client has been deprecated
client.setEndpoint("s3-" + region + ".amazonaws.com");
Thanks.
The text was updated successfully, but these errors were encountered: