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 cbe3bba commit 47be019Copy full SHA for 47be019
packages/middleware-bucket-endpoint/src/bucketEndpointMiddleware.ts
@@ -28,7 +28,6 @@ export const bucketEndpointMiddleware = (options: BucketEndpointResolvedConfig):
28
if (options.bucketEndpoint) {
29
request.hostname = bucketName;
30
} else if (validateArn(bucketName)) {
31
- debugger;
32
const bucketArn = parseArn(bucketName);
33
const clientRegion = getPseudoRegion(await options.region());
34
const { partition, signingRegion = clientRegion } = (await options.regionInfoProvider(clientRegion)) || {};
0 commit comments