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

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

                Author: ASF GitHub Bot
            Created on: 28/Feb/22 13:51
            Start Date: 28/Feb/22 13:51
    Worklog Time Spent: 10m 
      Work Description: dannycjones commented on a change in pull request #3962:
URL: https://github.com/apache/hadoop/pull/3962#discussion_r815905811



##########
File path: 
hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/S3ATestConstants.java
##########
@@ -97,6 +97,17 @@
    */
   String DEFAULT_CSVTEST_FILE = LANDSAT_BUCKET + "scene_list.gz";
 
+  /**
+   * Configuration key for an existing object in a requester pays bucket: 
{@value}.
+   * If not set, defaults to {@value DEFAULT_REQUESTER_PAYS_FILE}.
+   */
+  String KEY_REQUESTER_PAYS_FILE = TEST_FS_S3A + "requester-pays.file";
+
+  /**
+   * Default path for an S3 object inside a requester pays enabled bucket: 
{@value}.
+   */
+  String DEFAULT_REQUESTER_PAYS_FILE = 
"s3a://usgs-landsat/collection02/catalog.json";

Review comment:
       I agree, though I'm less worried than with the original landsat 
dependency as we're only relying on requester pays being enabled and an object 
existing rather than specific file system structure or content.




-- 
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-unsubscr...@hadoop.apache.org

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


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

            Worklog Id:     (was: 733856)
    Remaining Estimate: 10m  (was: 20m)
            Time Spent: 1h 50m  (was: 1h 40m)

> 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: 1h 50m
>  Remaining Estimate: 10m
>
> 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-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to