We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OBS supports now Lifecycle-Rules with Metadata/Tags.
The relevant API Documentation: https://docs.otc.t-systems.com/object-storage-service/api-ref/apis/advanced_bucket_settings/configuring_bucket_lifecycle_rules.html
From Console Debugging, an example XML Snipplet.
<LifecycleConfiguration> <Rule> <ID>rule-metadata-tags</ID> <Status>Enabled</Status> <Filter> <And> <Prefix></Prefix> <Tag> <Key>terraform</Key> <Value>true</Value> </Tag> <Tag> <Key>OTC</Key> <Value>first_choice</Value> </Tag> </And> </Filter> <Transition> <StorageClass>WARM</StorageClass> <Days>30</Days> </Transition> </Rule> </LifecycleConfiguration>
Please provide this feature via Go-SDK and terraform provider.
PLease add also ann example to tf-documentation, how to use.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of the enhancement
OBS supports now Lifecycle-Rules with Metadata/Tags.
The relevant API Documentation:
https://docs.otc.t-systems.com/object-storage-service/api-ref/apis/advanced_bucket_settings/configuring_bucket_lifecycle_rules.html
From Console Debugging, an example XML Snipplet.
Please provide this feature via Go-SDK and terraform provider.
PLease add also ann example to tf-documentation, how to use.
The text was updated successfully, but these errors were encountered: