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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -140,9 +140,9 @@ A flag to specify whether the revision should be overwritten if it already exist
140
140
141
141
The underlying S3 library used to upload the files to S3. This allows the user to use the default upload client provided by this plugin but switch out the underlying library that is used to actually send the files.
142
142
143
-
The client specified MUST implement functions called `getObject` and `putObject`.
143
+
The client specified MUST implement functions called `getObject` and `putObject`. See [Using V2 API] (https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html#using_v2_commands).
144
144
145
-
*Default:* the default S3 library is `aws-sdk`
145
+
*Default:* the default S3 library is `@aws-sdk/s3-client` (AWS JS SDK v3). Please use this addon version < 3.0.0 if you want to use AWS JS SDK 2.0
146
146
147
147
### endpoint
148
148
@@ -334,4 +334,4 @@ If you'd like to be able to preview a deployed revision before activation, you'l
0 commit comments