mrr.sj.front/node_modules/ali-oss/lib/common/utils/getStandardRegion.js

8 lines
234 B
JavaScript
Raw Normal View History

2026-03-25 15:27:45 +08:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getStandardRegion = void 0;
function getStandardRegion(str) {
return str.replace(/^oss-/g, '');
}
exports.getStandardRegion = getStandardRegion;