Skip to content

getBucketRegion is deprecated, but the successor getBucketRegionAsync remains private #1412

@lamualfa

Description

@lamualfa

/**
* @deprecated use `getBucketRegionAsync` instead
*/
getBucketRegion(bucketName: string, cb: (err: unknown, region: string) => void) {

/**
* gets the region of the bucket
*
* @param bucketName
*
* @internal
*/
protected async getBucketRegionAsync(bucketName: string): Promise<string> {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions