-
Notifications
You must be signed in to change notification settings - Fork 856
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add RequestPayer property in CopyPartRequest class. #3081
Comments
Please update ,, this is a blocker |
@krishsingh-git The fix is queued in staging branch and would be released today. Kindly wait. |
Please make sure , release NuGet package also for latest version |
That’s the normal process we follow. NuGet package version would be bumped up. |
Thanks for support |
The fix has been released in AWSSDK.S3 version 3.7.205.22. |
|
DownloadObjectToFilePathAsync also had same erro access denied due to requestpayer bucket |
@krishsingh-git Could you please open a new GitHub issue which could be reviewed by the team. |
Yes, I have opened.
I hope you remember we fixed same issue with multipart copy request.
From: Ashish Dhingra ***@***.***>
Sent: Thursday, April 25, 2024 12:18 AM
To: aws/aws-sdk-net ***@***.***>
Cc: Krishan Singh ***@***.***>; Mention ***@***.***>
Subject: Re: [aws/aws-sdk-net] Add RequestPayer property in CopyPartRequest class. (Issue #3081)
CAUTION: This email is from an external source. Please don't open any unknown links or attachments.
DownloadObjectToFilePathAsync also had same erro access denied due to requestpayer bucket
@krishsingh-git<https://github.com/krishsingh-git> Could you please open a new GitHub issue which could be reviewed by the team.
-
Reply to this email directly, view it on GitHub<#3081 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BADY3SIZW5CAAPW75U6NYTLY6747FAVCNFSM6AAAAAA6RTOK4KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZVGYYDQMRXGQ>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
This email and the information contained herein is proprietary and confidential and subject to the Amdocs Email Terms of Service, which you may review at https://www.amdocs.com/about/email-terms-of-service <https://www.amdocs.com/about/email-terms-of-service>
|
This is again high priority issue for us,, we are blocked in production
From: Ashish Dhingra ***@***.***>
Sent: Thursday, April 25, 2024 12:18 AM
To: aws/aws-sdk-net ***@***.***>
Cc: Krishan Singh ***@***.***>; Mention ***@***.***>
Subject: Re: [aws/aws-sdk-net] Add RequestPayer property in CopyPartRequest class. (Issue #3081)
CAUTION: This email is from an external source. Please don't open any unknown links or attachments.
DownloadObjectToFilePathAsync also had same erro access denied due to requestpayer bucket
@krishsingh-git<https://github.com/krishsingh-git> Could you please open a new GitHub issue which could be reviewed by the team.
-
Reply to this email directly, view it on GitHub<#3081 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BADY3SIZW5CAAPW75U6NYTLY6747FAVCNFSM6AAAAAA6RTOK4KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZVGYYDQMRXGQ>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
This email and the information contained herein is proprietary and confidential and subject to the Amdocs Email Terms of Service, which you may review at https://www.amdocs.com/about/email-terms-of-service <https://www.amdocs.com/about/email-terms-of-service>
|
Please look this issue
#3301
From: Ashish Dhingra ***@***.***>
Sent: Thursday, April 25, 2024 12:18 AM
To: aws/aws-sdk-net ***@***.***>
Cc: Krishan Singh ***@***.***>; Mention ***@***.***>
Subject: Re: [aws/aws-sdk-net] Add RequestPayer property in CopyPartRequest class. (Issue #3081)
CAUTION: This email is from an external source. Please don't open any unknown links or attachments.
DownloadObjectToFilePathAsync also had same erro access denied due to requestpayer bucket
@krishsingh-git<https://github.com/krishsingh-git> Could you please open a new GitHub issue which could be reviewed by the team.
-
Reply to this email directly, view it on GitHub<#3081 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BADY3SIZW5CAAPW75U6NYTLY6747FAVCNFSM6AAAAAA6RTOK4KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZVGYYDQMRXGQ>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
This email and the information contained herein is proprietary and confidential and subject to the Amdocs Email Terms of Service, which you may review at https://www.amdocs.com/about/email-terms-of-service <https://www.amdocs.com/about/email-terms-of-service>
|
Describe the bug
Reference issue: #3068.
RequestPayer
property is missing from fromCopyPartRequest
class. Java code allows settingx-amz-request-payer
header by executing.withRequesterPays(true)
statement onCopyPartRequest
object. There is no such supported property in .NET SDK'sCopyPartRequest
. Most of the code in .NET S3 version is hand crafted, so there is high probability that this property was somehow missed during implementation (even though S3 service model specifies this property).Expected Behavior
CopyPartRequest
class hasRequestPayer
property. Corresponding marshaller should setx-amz-request-payer
header, perhaps the same way as done inaws-sdk-net/sdk/src/Services/S3/Custom/Model/Internal/MarshallTransformations/GetObjectTaggingRequestMarshaller.cs
Line 47 in 51aab35
Current Behavior
CopyPartRequest
class doesn't haveRequestPayer
property.Reproduction Steps
Refer issue #3068.
Possible Solution
No response
Additional Information/Context
No response
AWS .NET SDK and/or Package version used
AWS SDK for .NET
3.7.9.17
Targeted .NET Platform
.NET Core 3.1
Operating System and version
Windows
The text was updated successfully, but these errors were encountered: