Skip to content

Commit

Permalink
Updating S3 model (#1207)
Browse files Browse the repository at this point in the history
<!--

IMPORTANT:

> Making changes to examples? 

Be sure to make example changes in the awsdocs/aws-doc-sdk-examples
repository (https:/awsdocs/aws-doc-sdk-examples).
The examples in aws-sdk-rust are copied from the `rust_dev_preview/`
directory in that repository.


> Making changes to code?

All the code in aws-sdk-rust is auto-generated by smithy-rs
(https:/awslabs/smithy-rs).
Changes to code need to be made in that repository.

-->


## Motivation and Context
<!-- Why is this change required? What problem does it solve? -->
<!-- If it fixes an open issue, please link to the issue here -->

Updates to S3 model to match aws/aws-models#854

By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
  • Loading branch information
landonxjames authored Oct 10, 2024
1 parent 08ce070 commit c2fc7c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws-models/s3.json
Original file line number Diff line number Diff line change
Expand Up @@ -26084,7 +26084,7 @@
}
},
"com.amazonaws.s3#LifecycleRuleFilter": {
"type": "union",
"type": "structure",
"members": {
"Prefix": {
"target": "com.amazonaws.s3#Prefix",
Expand Down Expand Up @@ -32311,7 +32311,7 @@
}
},
"com.amazonaws.s3#ReplicationRuleFilter": {
"type": "union",
"type": "structure",
"members": {
"Prefix": {
"target": "com.amazonaws.s3#Prefix",
Expand Down

0 comments on commit c2fc7c4

Please sign in to comment.