amit-ranjan-de commented on issue #5599:
URL: https://github.com/apache/hudi/issues/5599#issuecomment-1131174129

   Hi @xushiyan thanks for your comment!
   
   We don't have any TTL on the S3 bucket.
   
   For the command:
   ```
   aws s3api get-bucket-lifecycle --bucket <bucket_name>
   ```
   
   We receive below result:
   ```
   {
       "Rules": [
           {
               "ID": "intelligent-tiering",
               "Status": "Enabled",
               "Transition": {
                   "Days": 0,
                   "StorageClass": "INTELLIGENT_TIERING"
               }
           },
           {
               "ID": "expire-noncurrent",
               "Status": "Enabled",
               "NoncurrentVersionExpiration": {
                   "NoncurrentDays": 30
               }
           }
       ]
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to