Skip to content

Commit 7cc0d6d

Browse files
authored
Fix parameter not found in function declaration
1 parent 4f0c8f7 commit 7cc0d6d

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)