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
This is about using the AWS SDK V3 with Deno and the npm specifier:
import { ListObjectsCommand, S3Client } from 'npm:@aws-sdk/[email protected]';
import { fromContainerMetadata } from 'npm:@aws-sdk/[email protected]';
The issue has reported there: aws/aws-sdk-js-v3#4405.
The import is working properly, but the usage does not.
Can provide help to debug this issue?
Thank you in advance.