You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With buckets enabled with "Requester Pays" feature, missing --request-payer flag results in fatal error: An error occurred (403) when calling the HeadObject operation: Forbidden. It takes a while to figure reason so providing a helpful message can be helpful.
Use Case
It might be frustrating to get access denied instead of missing required field message.
Proposed Solution
No response
Other Information
No response
Acknowledgements
I may be able to implement this feature request
This feature might incur a breaking change
SDK version used
Boto3
Environment details (OS name and version, etc.)
Mac, Linux
The text was updated successfully, but these errors were encountered:
Hi @DJ-C thanks for reaching out. You referenced an AWS CLI parameter but this repository is for the Boto3 Python SDK. Either way, both the CLI and Boto3 use the S3 HeadObject API, so we would need to reach out to the S3 team to review a request involving the API. Please create a new issue in our cross-SDK repository detailing the steps to reproduce for further action on this issue.
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
Describe the feature
With buckets enabled with "Requester Pays" feature, missing --request-payer flag results in fatal error: An error occurred (403) when calling the HeadObject operation: Forbidden. It takes a while to figure reason so providing a helpful message can be helpful.
Use Case
It might be frustrating to get access denied instead of missing required field message.
Proposed Solution
No response
Other Information
No response
Acknowledgements
SDK version used
Boto3
Environment details (OS name and version, etc.)
Mac, Linux
The text was updated successfully, but these errors were encountered: