diff --git a/src/internal/client.ts b/src/internal/client.ts index a5a3f671..3b4520d1 100644 --- a/src/internal/client.ts +++ b/src/internal/client.ts @@ -752,9 +752,8 @@ export class TypedClient { * * @param bucketName * - * @internal */ - protected async getBucketRegionAsync(bucketName: string): Promise { + async getBucketRegionAsync(bucketName: string): Promise { if (!isValidBucketName(bucketName)) { throw new errors.InvalidBucketNameError(`Invalid bucket name : ${bucketName}`) }