@aws-sdk/client-s3 3.606.0 → 3.608.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/dist-cjs/index.js CHANGED
@@ -2129,15 +2129,12 @@ var se_ListBucketMetricsConfigurationsCommand = /* @__PURE__ */ __name(async (in
2129
2129
  }, "se_ListBucketMetricsConfigurationsCommand");
2130
2130
  var se_ListBucketsCommand = /* @__PURE__ */ __name(async (input, context) => {
2131
2131
  const b = (0, import_core2.requestBuilder)(input, context);
2132
- const headers = {
2133
- "content-type": "application/xml"
2134
- };
2132
+ const headers = {};
2135
2133
  b.bp("/");
2136
2134
  const query = (0, import_smithy_client.map)({
2137
2135
  [_xi]: [, "ListBuckets"]
2138
2136
  });
2139
2137
  let body;
2140
- body = "";
2141
2138
  b.m("GET").h(headers).q(query).b(body);
2142
2139
  return b.build();
2143
2140
  }, "se_ListBucketsCommand");
@@ -1013,15 +1013,12 @@ export const se_ListBucketMetricsConfigurationsCommand = async (input, context)
1013
1013
  };
1014
1014
  export const se_ListBucketsCommand = async (input, context) => {
1015
1015
  const b = rb(input, context);
1016
- const headers = {
1017
- "content-type": "application/xml",
1018
- };
1016
+ const headers = {};
1019
1017
  b.bp("/");
1020
1018
  const query = map({
1021
1019
  [_xi]: [, "ListBuckets"],
1022
1020
  });
1023
1021
  let body;
1024
- body = "";
1025
1022
  b.m("GET").h(headers).q(query).b(body);
1026
1023
  return b.build();
1027
1024
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-s3",
3
3
  "description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
4
- "version": "3.606.0",
4
+ "version": "3.608.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-s3",