You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/03/03 09:26:00 UTC

[jira] [Work logged] (HADOOP-14661) S3A to support Requester Pays Buckets

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

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

                Author: ASF GitHub Bot
            Created on: 03/Mar/22 09:25
            Start Date: 03/Mar/22 09:25
    Worklog Time Spent: 10m 
      Work Description: mukund-thakur commented on a change in pull request #3962:
URL: https://github.com/apache/hadoop/pull/3962#discussion_r818464877



##########
File path: hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/Constants.java
##########
@@ -157,6 +157,10 @@ private Constants() {
       "fs.s3a.connection.ssl.enabled";
   public static final boolean DEFAULT_SECURE_CONNECTIONS = true;
 
+  // allow access to requester pay buckets
+  public static final String ALLOW_REQUESTER_PAYS = "fs.s3a.requester-pays.enabled";

Review comment:
       Okay then - is fine. 




-- 
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.

To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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

    Worklog Id:     (was: 735821)
    Time Spent: 2.5h  (was: 2h 20m)

> S3A to support Requester Pays Buckets
> -------------------------------------
>
>                 Key: HADOOP-14661
>                 URL: https://issues.apache.org/jira/browse/HADOOP-14661
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: common, util
>    Affects Versions: 3.0.0-alpha3
>            Reporter: Mandus Momberg
>            Assignee: Mandus Momberg
>            Priority: Minor
>              Labels: pull-request-available
>         Attachments: HADOOP-14661.patch
>
>   Original Estimate: 2h
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> Amazon S3 has the ability to charge the requester for the cost of accessing S3. This is called Requester Pays Buckets. 
> In order to access these buckets, each request needs to be signed with a specific header. 
> http://docs.aws.amazon.com/AmazonS3/latest/dev/RequesterPaysBuckets.html



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org