[
https://issues.apache.org/jira/browse/BEAM-7640?focusedWorklogId=270851&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-270851
]
ASF GitHub Bot logged work on BEAM-7640:
----------------------------------------
Author: ASF GitHub Bot
Created on: 02/Jul/19 12:56
Start Date: 02/Jul/19 12:56
Worklog Time Spent: 10m
Work Description: aromanenko-dev commented on pull request #8983:
[BEAM-7640] Rename the package name for amazon-web-services2 from aws to aws2
URL: https://github.com/apache/beam/pull/8983#discussion_r299466479
##########
File path:
sdks/java/io/amazon-web-services/src/main/java/org/apache/beam/sdk/io/aws/s3/DefaultS3ClientBuilderFactory.java
##########
@@ -19,8 +19,8 @@
import com.amazonaws.client.builder.AwsClientBuilder;
import com.amazonaws.services.s3.AmazonS3ClientBuilder;
-import org.apache.beam.sdk.io.aws.options.S3ClientBuilderFactory;
-import org.apache.beam.sdk.io.aws.options.S3Options;
+import org.apache.beam.sdk.io.aws2.options.S3ClientBuilderFactory;
Review comment:
Why do we need to change the package name for the classes from the current
(v1) `amazon-web-services` module?
----------------------------------------------------------------
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: 270851)
Time Spent: 1h 40m (was: 1.5h)
> Create amazon-web-services2 module and AwsOptions
> -------------------------------------------------
>
> Key: BEAM-7640
> URL: https://issues.apache.org/jira/browse/BEAM-7640
> Project: Beam
> Issue Type: Sub-task
> Components: io-java-aws
> Reporter: Ismaël Mejía
> Assignee: Ismaël Mejía
> Priority: Minor
> Fix For: 2.15.0
>
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> This is the basis to kickstart the work on the migration to the new AWS SDK
> for Java.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)