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

Steve Loughran commented on HADOOP-14661:
-----------------------------------------

Hi. Seems a reasonable and low cost/low-risk feature

# this is our [test policy for all aws 
patches|https://github.com/apache/hadoop/blob/trunk/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/testing.md].
 You have to do that testing locally before anyone looks at it. it's designed 
to be fast & inexpensive.
# Do listen to checkstyle, it's generally the style police here. We all resent 
it too, but generally accept it. Trailing Whitespace is unimportant
# I assume the {{System.out}} was for debugging; it'll need cutting
# and I'm not sure that requester-pays details need to be printed at info. Do 
include it as a fact in toString() though, if set.
# You're going to have to come up with a way to test this. Here, if Amazon 
themselves have a public requester pays bucket, fetching some minor amount of 
data should suffice (even open(), read() one byte, close(). the path will need 
to be configurable so that other s3-compatible systems can change the path or 
skip the test. Look at how {{S3ATestConstants.KEY_CSVTEST_FILE}} is used & 
replicate this.

Thanks (& don't expect any review feedback from me until aug; i'll be offline)


> Support for AWS S3 Requester Pays Buckets using s3a filesystem 
> ---------------------------------------------------------------
>
>                 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
>            Priority: Minor
>         Attachments: HADOOP-14661.patch
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> 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
(v6.4.14#64029)

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

Reply via email to