We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b0c26 commit 252205aCopy full SHA for 252205a
lib/api/apiUtils/apiCallers/callPostObject.js
@@ -5,9 +5,9 @@ const fs = require('fs');
5
const path = require('path');
6
const os = require('os');
7
8
-// per doc: https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-HTTPPOSTForms.html#HTTPPOSTFormDeclaration
+/** @see doc: https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-HTTPPOSTForms.html#HTTPPOSTFormDeclaration */
9
const MAX_FIELD_SIZE = 20 * 1024; // 20KB
10
-// per doc: https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html
+/** @see doc: https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html */
11
const MAX_KEY_SIZE = 1024;
12
13
async function authenticateRequest(request, requestContexts, log) {
0 commit comments