-
I'm using following dependencies
multer: ^1.4.2
multer-s3: ^2.10.0
aws-sdk: ^2.1002.0
file-type: ^16.5.3
Here is the code I used to upload files.
import AWS from "aws-sdk";
import multer fr…
-
This plugin works well with local buckets within the current account. However, when the s3://bucket-in-another-account is used, the deploy command errors out with Access Denied.
✖ Failed.
Acces…
-
Hi, I was trying to use node-aws-sdk to set bucket policies but the SDK sends the request with the wrong Content-Type, "application/octet-stream". I'm not sure if there is something wrong on my side o…
-
To support Minio S3 API, we need to setup an arbitrary S3 endpoint instead of default 's3.amazonaws.com`.
Right now, it seems AWS SDK does not allow do that via system/env properties and the setup n…
-
### What version of Bun is running?
1.1.17
### What platform is your computer?
mac
### What steps can reproduce the bug?
This simple nodejs code throws the below error:
```js
import…
-
### Description
A feature that Amazon Macie provides is the concept of an "allow list". Macie is a service which scans S3 objects in order to find data that shouldn't be there like user generated con…
-
### Feature
As everyone should know AWS SDK v2 is going away and we should all move to v3
In our implementation of Cesium/Resource/Proxy.getURL we use the v2 aws sdk
```
s3.getSignedUrl('getObje…
-
Hello
We are currently using XRay for the services we own, and one of the API involves files transfer, so I add the dependency of using S3 `transferManager`. However this throws `XRay "SegmentNotF…
-
### Self-service
- [ ] I'd be willing to implement a fix
### Describe the bug
SDK V2 to V3 migration using codemod is adding extra time which is causing performance issues.
```
await s…
-
### Describe the bug
After an upgrade from 1.9.157 to 1.11.4, the parameter Region became mandatory when trying to connect to a MRAP accesspoint.
As described in documentation https://docs.aws.ama…