Skip to content

Commit

Permalink
improved documentation on S3 getSignedUrl operation
Browse files Browse the repository at this point in the history
  • Loading branch information
Chase Coalwell committed Jan 7, 2019
1 parent c211d41 commit 050c5ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/feature-s3-8b0c0656.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "feature",
"category": "s3",
"description": "Improved sigv4 documentation on getSignedUrl operation"
}
3 changes: 3 additions & 0 deletions lib/services/s3.js
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,9 @@ AWS.util.update(AWS.S3.prototype, {
* `ContentLength`, or `Tagging` must be provided as headers when sending a
* request. If you are using pre-signed URLs to upload from a browser and
* need to use these fields, see {createPresignedPost}.
* @note signatureVersion v4 is required for Range to be included as a signed
* header. You must use signatureVersion v4 to enforce the inclusion and
* exact matching of header and signed URL for the Range operation parameter.
* @param operation [String] the name of the operation to call
* @param params [map] parameters to pass to the operation. See the given
* operation for the expected operation parameters. In addition, you can
Expand Down

0 comments on commit 050c5ac

Please sign in to comment.