Skip to content

Commit

Permalink
fix: Update comment in s3.getSignatureVersion (#3186)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Mar 28, 2020
1 parent f8b919c commit 09a2f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/s3.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ AWS.util.update(AWS.S3.prototype, {
1) User defined version specified:
a) always return user defined version
2) No user defined version specified:
a) default to lowest version the region supports
a) If not using presigned urls, default to V4
b) If using presigned urls, default to lowest version the region supports
*/
if (userDefinedVersion) {
Expand Down

0 comments on commit 09a2f4d

Please sign in to comment.