This is an automated email from the ASF dual-hosted git repository.
yihua pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new e0ef4c83b8 [HUDI-3893][DOCS] Add a note about lifecycle policies
(#6622)
e0ef4c83b8 is described below
commit e0ef4c83b8fa7535ed2540f5dc28d3cddef05116
Author: Sagar Sumit <[email protected]>
AuthorDate: Tue Sep 13 12:44:18 2022 +0530
[HUDI-3893][DOCS] Add a note about lifecycle policies (#6622)
Co-authored-by: Y Ethan Guo <[email protected]>
---
website/docs/cloud.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/website/docs/cloud.md b/website/docs/cloud.md
index eed2d97846..feb60bae53 100644
--- a/website/docs/cloud.md
+++ b/website/docs/cloud.md
@@ -29,3 +29,10 @@ to cloud stores.
Configurations required for JuiceFS and Hudi co-operability.
* [Oracle Cloud Infrastructure](oci_hoodie) <br/>
Configurations required for OCI and Hudi co-operability.
+
+:::note
+Many cloud object storage systems like [Amazon
S3](https://docs.aws.amazon.com/s3/) allow you to set
+lifecycle policies, such as [S3
Lifecycle](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lifecycle-mgmt.html),
+to manage objects. One of the policies is related to object expiration. If
your organisation has configured such policies,
+then please ensure to exclude (or have a longer expiry period) for Hudi tables.
+:::
\ No newline at end of file