You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example shows how to use AWS SDKs 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.
6
+
7
+
[Amazon S3 Conditional Requests](https://docs.aws.amazon.com/AmazonS3/latest/userguide/conditional-requests.html) are used to add preconditions to S3 read, copy, or write requests.
8
+
9
+
This scenario demonstrates the following steps and tasks:
10
+
1. Create test buckets and objects.
11
+
2. Use preconditions with S3 read and copy operations.
12
+
3. Use preconditions with S3 write operations to prevent overwrites.
13
+
4. Delete the objects and buckets.
14
+
15
+
### Resources
16
+
17
+
The scenario steps create the buckets and objects needed for the example. No additional resources are required.
18
+
19
+
## Implementations
20
+
21
+
This example is implemented in the following languages:
0 commit comments