Skip to content

Commit 252205a

Browse files
author
Will Toozs
committed
fixup: jsdoc ref in callPostObject handler
1 parent 99b0c26 commit 252205a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/api/apiUtils/apiCallers/callPostObject.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ const fs = require('fs');
55
const path = require('path');
66
const os = require('os');
77

8-
// per doc: https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-HTTPPOSTForms.html#HTTPPOSTFormDeclaration
8+
/** @see doc: https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-HTTPPOSTForms.html#HTTPPOSTFormDeclaration */
99
const MAX_FIELD_SIZE = 20 * 1024; // 20KB
10-
// per doc: https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html
10+
/** @see doc: https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html */
1111
const MAX_KEY_SIZE = 1024;
1212

1313
async function authenticateRequest(request, requestContexts, log) {

0 commit comments

Comments
 (0)