@aws-sdk/client-s3
Advanced tools
@@ -72,7 +72,2 @@ import type { MetadataBearer as __MetadataBearer } from "@smithy/types"; | ||
| * <p> | ||
| * <code>s3:PutObject</code> | ||
| * </p> | ||
| * </li> | ||
| * <li> | ||
| * <p> | ||
| * <code>s3:UpdateObjectEncryption</code> | ||
@@ -79,0 +74,0 @@ * </p> |
| /** | ||
| * <p></p> | ||
| * <note> | ||
| * <p>For information about using the Amazon S3 API—including authentication, signing requests, code examples, and error handling—see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/developerguide/Welcome.html">Amazon S3 Developer Guide</a>.</p> | ||
| * </note> | ||
| * <p>Welcome to the <i>Amazon S3 API Reference</i>. This guide explains the Amazon Simple Storage Service (Amazon S3) | ||
| * application programming interface (API).</p> | ||
| * <p>Welcome to the <i>Amazon S3 API Reference</i>. This guide explains the Amazon Simple Storage Service (Amazon S3) | ||
| * application programming interface (API).</p> | ||
| * <p>You can use any toolkit that supports HTTP to use the REST API. You can even use a browser | ||
| * to fetch objects, as long as they are anonymously readable.</p> | ||
| * <p>The REST API uses the standard HTTP headers and status codes, so that standard browsers and toolkits work as expected. In some areas, we have added functionality to HTTP (for example, we added headers to support access control). In these cases, we have done our best to add the new functionality in a way that matched the style of standard HTTP usage.</p> | ||
| * <p>The current version of the Amazon S3 API is <code>2006-03-01</code>.</p> | ||
| * <p>Amazon S3 supports the REST API.</p> | ||
| * <note> | ||
| * <p>Support for SOAP over HTTP is deprecated, but it is still available over HTTPS. | ||
| * However, new Amazon S3 features will not be supported for SOAP. We recommend that | ||
| * you use either this REST API or the Amazon Web Services SDKs.</p> | ||
| * </note> | ||
| * | ||
@@ -4,0 +20,0 @@ * @packageDocumentation |
@@ -328,3 +328,19 @@ import { type FlexibleChecksumsInputConfig, type FlexibleChecksumsResolvedConfig } from "@aws-sdk/checksums/flexible-checksums"; | ||
| /** | ||
| * <p></p> | ||
| * <note> | ||
| * <p>For information about using the Amazon S3 API—including authentication, signing requests, code examples, and error handling—see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/developerguide/Welcome.html">Amazon S3 Developer Guide</a>.</p> | ||
| * </note> | ||
| * <p>Welcome to the <i>Amazon S3 API Reference</i>. This guide explains the Amazon Simple Storage Service (Amazon S3) | ||
| * application programming interface (API).</p> | ||
| * <p>Welcome to the <i>Amazon S3 API Reference</i>. This guide explains the Amazon Simple Storage Service (Amazon S3) | ||
| * application programming interface (API).</p> | ||
| * <p>You can use any toolkit that supports HTTP to use the REST API. You can even use a browser | ||
| * to fetch objects, as long as they are anonymously readable.</p> | ||
| * <p>The REST API uses the standard HTTP headers and status codes, so that standard browsers and toolkits work as expected. In some areas, we have added functionality to HTTP (for example, we added headers to support access control). In these cases, we have done our best to add the new functionality in a way that matched the style of standard HTTP usage.</p> | ||
| * <p>The current version of the Amazon S3 API is <code>2006-03-01</code>.</p> | ||
| * <p>Amazon S3 supports the REST API.</p> | ||
| * <note> | ||
| * <p>Support for SOAP over HTTP is deprecated, but it is still available over HTTPS. | ||
| * However, new Amazon S3 features will not be supported for SOAP. We recommend that | ||
| * you use either this REST API or the Amazon Web Services SDKs.</p> | ||
| * </note> | ||
| * @public | ||
@@ -331,0 +347,0 @@ */ |
+3
-3
| { | ||
| "name": "@aws-sdk/client-s3", | ||
| "version": "3.1088.0", | ||
| "version": "3.1089.0", | ||
| "description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native", | ||
@@ -59,3 +59,3 @@ "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3", | ||
| "@aws-sdk/core": "^3.975.3", | ||
| "@aws-sdk/credential-provider-node": "^3.972.69", | ||
| "@aws-sdk/credential-provider-node": "^3.972.70", | ||
| "@aws-sdk/middleware-sdk-s3": "^3.972.64", | ||
@@ -71,3 +71,3 @@ "@aws-sdk/signature-v4-multi-region": "^3.996.41", | ||
| "devDependencies": { | ||
| "@aws-sdk/signature-v4-crt": "3.1088.0", | ||
| "@aws-sdk/signature-v4-crt": "3.1089.0", | ||
| "@smithy/snapshot-testing": "^2.2.9", | ||
@@ -74,0 +74,0 @@ "@tsconfig/node20": "20.1.8", |
+17
-1
@@ -9,3 +9,19 @@ <!-- generated file, do not edit directly --> | ||
| <p></p> | ||
| <note> | ||
| <p>For information about using the Amazon S3 API—including authentication, signing requests, code examples, and error handling—see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/developerguide/Welcome.html">Amazon S3 Developer Guide</a>.</p> | ||
| </note> | ||
| <p>Welcome to the <i>Amazon S3 API Reference</i>. This guide explains the Amazon Simple Storage Service (Amazon S3) | ||
| application programming interface (API).</p> | ||
| <p>Welcome to the <i>Amazon S3 API Reference</i>. This guide explains the Amazon Simple Storage Service (Amazon S3) | ||
| application programming interface (API).</p> | ||
| <p>You can use any toolkit that supports HTTP to use the REST API. You can even use a browser | ||
| to fetch objects, as long as they are anonymously readable.</p> | ||
| <p>The REST API uses the standard HTTP headers and status codes, so that standard browsers and toolkits work as expected. In some areas, we have added functionality to HTTP (for example, we added headers to support access control). In these cases, we have done our best to add the new functionality in a way that matched the style of standard HTTP usage.</p> | ||
| <p>The current version of the Amazon S3 API is <code>2006-03-01</code>.</p> | ||
| <p>Amazon S3 supports the REST API.</p> | ||
| <note> | ||
| <p>Support for SOAP over HTTP is deprecated, but it is still available over HTTPS. | ||
| However, new Amazon S3 features will not be supported for SOAP. We recommend that | ||
| you use either this REST API or the Amazon Web Services SDKs.</p> | ||
| </note> | ||
@@ -12,0 +28,0 @@ ## Installing |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
3293291
0.2%67561
0.07%982
1.66%