@aws-sdk/middleware-sdk-s3 3.733.0 → 3.740.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -2
- package/dist-es/s3Configuration.js +0 -1
- package/package.json +11 -11
package/dist-cjs/index.js
CHANGED
|
@@ -510,8 +510,7 @@ var resolveS3Config = /* @__PURE__ */ __name((input, {
|
|
|
510
510
|
s3ExpressIdentityProvider: input.s3ExpressIdentityProvider ?? new S3ExpressIdentityProviderImpl(
|
|
511
511
|
async (key) => s3ClientProvider().send(
|
|
512
512
|
new CreateSessionCommandCtor({
|
|
513
|
-
Bucket: key
|
|
514
|
-
SessionMode: "ReadWrite"
|
|
513
|
+
Bucket: key
|
|
515
514
|
})
|
|
516
515
|
)
|
|
517
516
|
),
|
|
@@ -10,7 +10,6 @@ export const resolveS3Config = (input, { session, }) => {
|
|
|
10
10
|
s3ExpressIdentityProvider: input.s3ExpressIdentityProvider ??
|
|
11
11
|
new S3ExpressIdentityProviderImpl(async (key) => s3ClientProvider().send(new CreateSessionCommandCtor({
|
|
12
12
|
Bucket: key,
|
|
13
|
-
SessionMode: "ReadWrite",
|
|
14
13
|
}))),
|
|
15
14
|
bucketEndpoint: input.bucketEndpoint ?? false,
|
|
16
15
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/middleware-sdk-s3",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.740.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline middleware-sdk-s3",
|
|
@@ -27,18 +27,18 @@
|
|
|
27
27
|
},
|
|
28
28
|
"license": "Apache-2.0",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@aws-sdk/core": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
30
|
+
"@aws-sdk/core": "3.734.0",
|
|
31
|
+
"@aws-sdk/types": "3.734.0",
|
|
32
32
|
"@aws-sdk/util-arn-parser": "3.723.0",
|
|
33
|
-
"@smithy/core": "^3.
|
|
34
|
-
"@smithy/node-config-provider": "^4.0.
|
|
35
|
-
"@smithy/protocol-http": "^5.0.
|
|
36
|
-
"@smithy/signature-v4": "^5.0.
|
|
37
|
-
"@smithy/smithy-client": "^4.
|
|
38
|
-
"@smithy/types": "^4.
|
|
33
|
+
"@smithy/core": "^3.1.1",
|
|
34
|
+
"@smithy/node-config-provider": "^4.0.1",
|
|
35
|
+
"@smithy/protocol-http": "^5.0.1",
|
|
36
|
+
"@smithy/signature-v4": "^5.0.1",
|
|
37
|
+
"@smithy/smithy-client": "^4.1.2",
|
|
38
|
+
"@smithy/types": "^4.1.0",
|
|
39
39
|
"@smithy/util-config-provider": "^4.0.0",
|
|
40
|
-
"@smithy/util-middleware": "^4.0.
|
|
41
|
-
"@smithy/util-stream": "^4.0.
|
|
40
|
+
"@smithy/util-middleware": "^4.0.1",
|
|
41
|
+
"@smithy/util-stream": "^4.0.2",
|
|
42
42
|
"@smithy/util-utf8": "^4.0.0",
|
|
43
43
|
"tslib": "^2.6.2"
|
|
44
44
|
},
|