@aws-sdk/client-s3-control 3.957.0 → 3.958.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -102
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +1691 -2521
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/commands/CreateAccessPointCommand.js +4 -1
- package/dist-es/commands/CreateAccessPointForObjectLambdaCommand.js +4 -1
- package/dist-es/commands/CreateJobCommand.js +4 -1
- package/dist-es/commands/CreateStorageLensGroupCommand.js +4 -1
- package/dist-es/commands/DeleteAccessPointCommand.js +4 -1
- package/dist-es/commands/DeleteAccessPointForObjectLambdaCommand.js +4 -1
- package/dist-es/commands/DeleteAccessPointPolicyCommand.js +4 -1
- package/dist-es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +4 -1
- package/dist-es/commands/DeleteAccessPointScopeCommand.js +4 -1
- package/dist-es/commands/DeleteBucketCommand.js +4 -1
- package/dist-es/commands/DeleteBucketLifecycleConfigurationCommand.js +4 -1
- package/dist-es/commands/DeleteBucketPolicyCommand.js +4 -1
- package/dist-es/commands/DeleteBucketReplicationCommand.js +4 -1
- package/dist-es/commands/DeleteBucketTaggingCommand.js +4 -1
- package/dist-es/commands/DeleteJobTaggingCommand.js +4 -1
- package/dist-es/commands/DeletePublicAccessBlockCommand.js +4 -1
- package/dist-es/commands/DeleteStorageLensConfigurationCommand.js +4 -1
- package/dist-es/commands/DeleteStorageLensConfigurationTaggingCommand.js +4 -1
- package/dist-es/commands/DeleteStorageLensGroupCommand.js +4 -1
- package/dist-es/commands/DescribeJobCommand.js +4 -1
- package/dist-es/commands/GetAccessPointCommand.js +4 -1
- package/dist-es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +4 -1
- package/dist-es/commands/GetAccessPointForObjectLambdaCommand.js +4 -1
- package/dist-es/commands/GetAccessPointPolicyCommand.js +4 -1
- package/dist-es/commands/GetAccessPointPolicyForObjectLambdaCommand.js +4 -1
- package/dist-es/commands/GetAccessPointPolicyStatusCommand.js +4 -1
- package/dist-es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +4 -1
- package/dist-es/commands/GetAccessPointScopeCommand.js +4 -1
- package/dist-es/commands/GetBucketCommand.js +4 -1
- package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +4 -1
- package/dist-es/commands/GetBucketPolicyCommand.js +4 -1
- package/dist-es/commands/GetBucketReplicationCommand.js +4 -1
- package/dist-es/commands/GetBucketTaggingCommand.js +4 -1
- package/dist-es/commands/GetBucketVersioningCommand.js +4 -1
- package/dist-es/commands/GetJobTaggingCommand.js +4 -1
- package/dist-es/commands/GetPublicAccessBlockCommand.js +4 -1
- package/dist-es/commands/GetStorageLensConfigurationCommand.js +4 -1
- package/dist-es/commands/GetStorageLensConfigurationTaggingCommand.js +4 -1
- package/dist-es/commands/GetStorageLensGroupCommand.js +4 -1
- package/dist-es/commands/ListAccessPointsCommand.js +4 -1
- package/dist-es/commands/ListAccessPointsForDirectoryBucketsCommand.js +4 -1
- package/dist-es/commands/ListAccessPointsForObjectLambdaCommand.js +4 -1
- package/dist-es/commands/ListJobsCommand.js +4 -1
- package/dist-es/commands/ListRegionalBucketsCommand.js +4 -1
- package/dist-es/commands/ListStorageLensConfigurationsCommand.js +4 -1
- package/dist-es/commands/ListStorageLensGroupsCommand.js +4 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +4 -1
- package/dist-es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +4 -1
- package/dist-es/commands/PutAccessPointPolicyCommand.js +4 -1
- package/dist-es/commands/PutAccessPointPolicyForObjectLambdaCommand.js +4 -1
- package/dist-es/commands/PutAccessPointScopeCommand.js +4 -1
- package/dist-es/commands/PutJobTaggingCommand.js +4 -1
- package/dist-es/commands/PutPublicAccessBlockCommand.js +4 -1
- package/dist-es/commands/PutStorageLensConfigurationCommand.js +4 -1
- package/dist-es/commands/PutStorageLensConfigurationTaggingCommand.js +4 -1
- package/dist-es/commands/TagResourceCommand.js +4 -1
- package/dist-es/commands/UntagResourceCommand.js +4 -1
- package/dist-es/commands/UpdateJobPriorityCommand.js +4 -1
- package/dist-es/commands/UpdateJobStatusCommand.js +4 -1
- package/dist-es/commands/UpdateStorageLensGroupCommand.js +4 -1
- package/dist-es/pagination/index.js +2 -2
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +1444 -2454
- package/dist-types/pagination/index.d.ts +2 -2
- package/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/package.json +2 -2
|
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
|
|
|
6
6
|
const defaultS3ControlHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
8
8
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
|
9
|
-
region:
|
|
10
|
-
(
|
|
11
|
-
|
|
12
|
-
})(),
|
|
9
|
+
region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
|
|
10
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
11
|
+
})(),
|
|
13
12
|
};
|
|
14
13
|
};
|
|
15
14
|
exports.defaultS3ControlHttpAuthSchemeParametersProvider = defaultS3ControlHttpAuthSchemeParametersProvider;
|