[ 
https://issues.apache.org/jira/browse/BEAM-7640?focusedWorklogId=270900&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-270900
 ]

ASF GitHub Bot logged work on BEAM-7640:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 02/Jul/19 14:10
            Start Date: 02/Jul/19 14:10
    Worklog Time Spent: 10m 
      Work Description: iemejia 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_r299502962
 
 

 ##########
 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:
   ```
   This is needed to avoid name collisions at debug time with the
   amazon-web-services module. Also it allows users to migrate
   progressively to the new module and even be able to mix both if
   required.
   ```
 
----------------------------------------------------------------
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: 270900)
    Time Spent: 1h 50m  (was: 1h 40m)

> 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 50m
>  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)

Reply via email to