Skip to content

Commit 268b3ca

Browse files
Merge pull request #554 from jamesbeith/patch-1
Fix parameter not found in function declaration
2 parents 4f0c8f7 + 7cc0d6d commit 268b3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AWSS3/AWSS3PreSignedURL.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ typedef NS_ENUM(NSInteger, AWSS3PresignedURLErrorType) {
190190
/**
191191
Build a time-limited pre-signed URL to get object from S3, return nil if build process failed.
192192
193-
@param preSignedURLRequest The AWSS3PreSignedURLRequest that defines the parameters of the operation.
193+
@param getPreSignedURLRequest The AWSS3PreSignedURLRequest that defines the parameters of the operation.
194194
@return A pre-signed NSURL for the resource. return nil if any errors occured.
195195
@see AWSS3GetPreSignedURLRequest
196196
*/

0 commit comments

Comments
 (0)