Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) Safe-mode: OFF (not secure) /var/www/html/sites/node_modules/@aws-sdk/middleware-location-constraint/dist-es/ drwxr-xr-x | |
| Viewing file: Select action/file-type: import { __assign, __awaiter, __generator } from "tslib";
export function locationConstraintMiddleware(options) {
var _this = this;
return function (next) {
return function (args) { return __awaiter(_this, void 0, void 0, function () {
var CreateBucketConfiguration, region;
return __generator(this, function (_a) {
switch (_a.label) {
case 0:
CreateBucketConfiguration = args.input.CreateBucketConfiguration;
return [4, options.region()];
case 1:
region = _a.sent();
if (!CreateBucketConfiguration || !CreateBucketConfiguration.LocationConstraint) {
args = __assign(__assign({}, args), { input: __assign(__assign({}, args.input), { CreateBucketConfiguration: region === "us-east-1" ? undefined : { LocationConstraint: region } }) });
}
return [2, next(args)];
}
});
}); };
};
}
export var locationConstraintMiddlewareOptions = {
step: "initialize",
tags: ["LOCATION_CONSTRAINT", "CREATE_BUCKET_CONFIGURATION"],
name: "locationConstraintMiddleware",
override: true,
};
export var getLocationConstraintPlugin = function (config) { return ({
applyToStack: function (clientStack) {
clientStack.add(locationConstraintMiddleware(config), locationConstraintMiddlewareOptions);
},
}); };
|
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0038 ]-- |