UNPKG

@nocobase/plugin-file-manager

Version:

Provides files storage services with files collection template and attachment field.

8 lines (7 loc) 234 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getStandardRegion = void 0; function getStandardRegion(str) { return str.replace(/^oss-/g, ''); } exports.getStandardRegion = getStandardRegion;