[
https://issues.apache.org/jira/browse/HADOOP-14661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17488019#comment-17488019
]
Daniel Carl Jones edited comment on HADOOP-14661 at 7/4/22 9:30 AM:
--------------------------------------------------------------------
I'd like to pick this ticket up if that's OK.
It looks fairly straight forward, though I have some questions about
pre-existing requester pays flags in the code base that aren't yet hooked up.
There's a flag in
[S3ClientCreationParameters|https://github.com/apache/hadoop/blob/672e380c4f6ffcb0a6fee6d8263166e16b4323c2/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3ClientFactory.java#L103-L106]
(added March 2021) and another in
[RequestFactoryImpl|https://github.com/apache/hadoop/blob/672e380c4f6ffcb0a6fee6d8263166e16b4323c2/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/impl/RequestFactoryImpl.java#L109-L114]
(added May 2021, as part of auditor changes). Is there a preference which one
should be hooked up?
was (Author: JIRAUSER284792):
I'd like to pick this ticket up if that's OK.
It looks fairly straight forward, though I have some questions about
pre-existing requester pays flags in the code base that aren't yet hooked up.
There's a flag in
[S3ClientCreationParameters|https://github.com/apache/hadoop/blob/trunk/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3ClientFactory.java#L103-L106]
(added March 2021) and another in
[RequestFactoryImpl|https://github.com/apache/hadoop/blob/trunk/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/impl/RequestFactoryImpl.java#L109-L114]
(added May 2021, as part of auditor changes). Is there a preference which one
should be hooked up?
> 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: Daniel Carl Jones
> Priority: Minor
> Labels: pull-request-available
> Fix For: 3.3.9
>
> Attachments: HADOOP-14661.patch
>
> Original Estimate: 2h
> Time Spent: 6h 50m
> 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.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]