javascriptv3/example_code/s3/scenarios/conditional-requests/README.md
This example demonstrates how to use the AWS SDK for JavaScript (v3) to work with Amazon Simple Storage Service (Amazon S3) conditional request features. The scenario demonstrates how to add preconditions to S3 operations, and how those operations will succeed or fail based on the conditional requests.
Amazon S3 Conditional Requests are used to add preconditions to S3 read, copy, or write requests.
For prerequisites, see the README in the javascriptv3 folder.
This example uses a feature scenario to demonstrate various aspects of S3 conditional requests. The scenario is divided into three stages:
node index.js -s deploy
node index.js -s demo
node index.js -s clean
⚠ Running tests might result in charges to your AWS account.
To find instructions for running these tests, see the README in the javascriptv3 folder.
Copyright Amazon.com, Inc. or its cd ..affiliates. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0