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 4089ed2 commit b80db7dCopy full SHA for b80db7d
spec/test.spec.js
@@ -464,7 +464,7 @@ describe('S3Adapter tests', () => {
464
);
465
});
466
467
- it("when use presigned URL should use S3 'getObject' operation", async () => {
+ it('when use presigned URL should use S3 \'getObject\' operation', async () => {
468
options.presignedUrl = true;
469
const s3 = getMockS3Adapter(options);
470
0 commit comments