aws4fetch
aws4fetch copied to clipboard
A compact AWS client for modern JS environments
I needed to add this export to package.json in order get the library working properly with TypeScript 5.1.3 and a simple Vue application based off of `npm init [email protected]`. Without...
Fix for https://github.com/mhart/aws4fetch/issues/57 See https://github.com/microsoft/TypeScript/issues/52363 feature in npm docs is here https://www.typescriptlang.org/docs/handbook/esm-node.html#packagejson-exports-imports-and-self-referencing Note "types" field must be first. Every export needs an entry. The existing root "types" is left as...
I love this lib. I have tested it successfully with S3, minio, backblaze and R2. However, I am getting stuck with GCS. I have not worked out the root problem...
It would be great if someone could help me use this library with React Native. Thanks!
According to the documentation: > `method` - if not supplied, will default to 'POST' if there's a body, otherwise 'GET' This does not work for AWS APIs (e.g. MediaLive `/prod/channels/:channelId/start`)...
I gave up trying to troubleshoot this one (I just switched to using an ArrayBuffer, I didn't _really_ need to use a stream), but _sometimes_ (not always) I get a...
At the moment, it doesn't appear that Lambda Function URLs are decoded properly. Here's an example of one: ```text ibvt72cx3dkyksnw7jktvkwhme0legmv.lambda-url.us-east-1.on.aws ``` https://docs.aws.amazon.com/lambda/latest/dg/lambda-urls.html The format will always be: ```text https://.lambda-url..on.aws ```...
Fixes #45.