[
https://issues.apache.org/jira/browse/BEAM-6854?focusedWorklogId=216297&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-216297
]
ASF GitHub Bot logged work on BEAM-6854:
----------------------------------------
Author: ASF GitHub Bot
Created on: 20/Mar/19 16:13
Start Date: 20/Mar/19 16:13
Worklog Time Spent: 10m
Work Description: iemejia commented on pull request #8083: [BEAM-6854]
Update amazon-web-services aws-sdk dependency to version 1.11.519
URL: https://github.com/apache/beam/pull/8083#discussion_r267423370
##########
File path:
sdks/java/io/amazon-web-services/src/test/java/org/apache/beam/sdk/io/aws/sqs/SqsIOTest.java
##########
@@ -117,7 +117,6 @@ protected void before() {
new AWSStaticCredentialsProvider(new
BasicAWSCredentials(accessKey, secretKey)))
.withEndpointConfiguration(
new AwsClientBuilder.EndpointConfiguration(endpoint, region))
- .withRegion(region)
Review comment:
Yes and now the amazon sdk validates this so the test failed.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 216297)
Time Spent: 40m (was: 0.5h)
> Update amazon-web-services aws-sdk dependency to version 1.11.519
> -----------------------------------------------------------------
>
> Key: BEAM-6854
> URL: https://issues.apache.org/jira/browse/BEAM-6854
> Project: Beam
> Issue Type: Improvement
> Components: io-java-aws
> Reporter: Ismaël Mejía
> Assignee: Ismaël Mejía
> Priority: Minor
> Time Spent: 40m
> Remaining Estimate: 0h
>
> An update to the AWS dependency to include new regions.
> Additionally this unifies the AWS SDK use among modules as a follow up of
> BEAM-6330
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)