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

ASF GitHub Bot logged work on HADOOP-18328:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 07/Jul/22 03:14
            Start Date: 07/Jul/22 03:14
    Worklog Time Spent: 10m 
      Work Description: suzusuzu opened a new pull request, #4533:
URL: https://github.com/apache/hadoop/pull/4533

   <!--
     Thanks for sending a pull request!
       1. If this is your first time, please read our contributor guidelines: 
https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute
       2. Make sure your PR title starts with JIRA issue id, e.g., 
'HADOOP-17799. Your PR title ...'.
   -->
   
   ### Description of PR
   
   [HADOOP-18328](https://issues.apache.org/jira/browse/HADOOP-18328) S3A 
supports S3 on Outposts
   
   I have fixed the endpoint to support [S3 on 
Outposts](https://aws.amazon.com/blogs/aws/amazon-s3-on-outposts-now-available/).
 I have also added tests to cover the fixes accordingly.
   
   ### How was this patch tested?
   
   I ran `mvn test` and verified that the test passed.
   
   ### For code changes:
   
   - [x] Does the title or this PR starts with the corresponding JIRA issue id 
(e.g. 'HADOOP-17799. Your PR title ...')?
   - [x] Object storage: have the integration tests been executed and the 
endpoint declared according to the connector-specific documentation?
   - [ ] If adding new dependencies to the code, are these dependencies 
licensed in a way that is compatible for inclusion under [ASF 
2.0](http://www.apache.org/legal/resolved.html#category-a)?
   - [ ] If applicable, have you updated the `LICENSE`, `LICENSE-binary`, 
`NOTICE-binary` files?
   
   




Issue Time Tracking
-------------------

            Worklog Id:     (was: 788459)
    Remaining Estimate: 0h
            Time Spent: 10m

> S3A supports S3 on Outposts
> ---------------------------
>
>                 Key: HADOOP-18328
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18328
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: fs/s3
>            Reporter: Sotetsu Suzugamine
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently, the endpoint for using S3 accesspoint is set as 
> "s3-accesspoint.%s.amazonaws.com" as follows.
> [https://github.com/apache/hadoop/blob/3ec4b932c179d9ec6c4e465f25e35b3d7eded08b/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/ArnResource.java#L29]
> However, "s3-outposts.%s.amazonaws.com" is the preferred endpoint when 
> accessing S3 on Outposts bucket by accesspoint.
> This ticket improves them.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to