Generate S3 presigned url with S3 Object Lambda Access Point not working #3678
Labels
documentation
This is a problem with documentation.
needs-review
p2
This is a standard priority issue
s3
Describe the bug
Hi Team.
I am using S3 Object Lambdan Access Point to execute boto3 generate_presigned_url method.
But when I access the generated URL, I get a
MissingAuthenticationToken
error.If I use the @aws-sdk/s3-request-presigner module to generate it with JavaScript, I can access it via URL.
Expected Behavior
Being able to access S3 objects via a presigned URL.
Current Behavior
I got the following error in xml format
Reproduction Steps
The minimal code to reproduce is below.
Possible Solution
No response
Additional Information/Context
Debug log for boto3 is below
SDK version used
1.26.117
Environment details (OS name and version, etc.)
MacOS Ventura
The text was updated successfully, but these errors were encountered: