We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4d562a commit 2765b7cCopy full SHA for 2765b7c
tests/functional/sse-kms-migration/scenarios.js
@@ -77,7 +77,7 @@ async function assertObjectSSE(
77
headers && assert.strictEqual(headers.SSEKMSKeyId, undefined);
78
}
79
80
- // always verify GetObject as well to ensure acurate decryption
+ // always verify GetObject as well to ensure accurate decryption
81
const get = await helpers.s3.getObject({ Bucket, Key, ...(VersionId && { VersionId }) }).promise();
82
assert.strictEqual(get.Body.toString(), Body);
83
0 commit comments