Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Rust: Example of puting lifecycle / creating aws_sdk_s3::types::LifecycleRuleFilter? #699

Closed
DimanNe opened this issue Feb 21, 2024 · 2 comments

Comments

@DimanNe
Copy link

DimanNe commented Feb 21, 2024

It seems aws_sdk_s3::types::LifecycleRuleFilter does not have ::builder() method. If this is true, how can I create it?

Alternatively, can anyone give an example of adding a lifecycle to a bucket?

      let abort_incomplete_rule = aws_sdk_s3::types::LifecycleRule::builder()
         .status(aws_sdk_s3::types::ExpirationStatus::Enabled)
         .filter(????)

Here are docs.

@jmklix
Copy link
Member

jmklix commented Mar 1, 2024

Thanks for opening this issue. This repo is for issues that affect multiple sdk's. I've opened a copy of this issue in the correct repo here: awslabs/aws-sdk-rust#1084

@jmklix jmklix closed this as completed Mar 1, 2024
Copy link

github-actions bot commented Mar 1, 2024

This issue is now closed.

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants