Felipe K. De Boni
Felipe K. De Boni
@bibidon replace the following functions: ```javascript getCanonicalRequest: function(signatureSpec) { return qq.format("{}\n{}\n{}\n{}\n{}\n{}", signatureSpec.method, v4.getCanonicalUri(signatureSpec.bucket,signatureSpec.endOfUrl), v4.getCanonicalQueryString(signatureSpec.endOfUrl), signatureSpec.headersStr || "\n", v4.getSignedHeaders(signatureSpec.headerNames), signatureSpec.hashedContent); }, getCanonicalUri: function(bucket, endOfUri) { var path = endOfUri, queryParamIdx =...
> I got the same problem running this through a NextJS app `Cannot use import statement outside a module`. Either the migrations work if I include them as .ts files...