John L.
John L.
Is this still ongoing issue? I wasn't able to reproduce this on my end. Based on what you described, it sounds like configuration/setup issue rather than SDK or env specific....
Hi there - apologies for the long silence here. I'm not sure if this issue is still ongoing for you but I'd like to share my thoughts on it. The...
Hi @ChaoChow - thanks for reaching out. I followed your repro steps and was able to successfully make the API call reading credentials from environment variables. It's strange that you...
Since there's no action item for SDK team and this repo is dedicated for JS SDK related issues, we're going to close this now. Feel free to reach out to...
Hi @Hristosko - thanks for reaching out. >This is reproducible with MinIO as backed server, It only happens with HTTPS, the test passes if we use HTTP. forcePathStyle doesn't make...
Apologies for the delay here. Is this issue still ongoing for you? Have you had a chance to test with different SDK, for example Python([boto3](https://github.com/boto/boto3)).
Checking in to see if this issue is ongoing. Otherwise, this issue will be auto-closed in 4 days.
Hi @enchorb - thanks for reaching out. This error typically occurs because of how refresh tokens work with Cognito's different authentication flows. When using `ADMIN_NO_SRP_AUTH`, you should use `adminInitiateAuth` followed...
Hi @cmcclung-ANGENG - thanks for reaching out. Can you try `decodeURIComponent` for Key value? ```js const s3command = new GetObjectCommand({ Bucket: record.s3.bucket.name, Key: decodeURIComponent(record.s3.object.key) }); const url = await getSignedUrl(s3Client,...
Glad it worked, closing issue.