Replies: 1 comment 1 reply
-
In What is your use-case for doing this in XML rather than constructing the rules via the SDK? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Officially per S3 docs you can send a compliant XML file via a PUT operation to update a bucket's lifecycle config.
From reading over docs.rs and the source code for the lifecycle builder module there doesn't seem to be an easy way to pass in a compliant xml string and build a LifecycleConfiguration object from it.
I'm curious if anyone has built such a way or have an idea aside from implementing
impl From<String>
for it myself.Beta Was this translation helpful? Give feedback.
All reactions