You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/05/19 03:55:55 UTC

[GitHub] [hudi] amit-ranjan-de commented on issue #5599: [SUPPORT] File names in S3 do not match the file names in the latest .commit file

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-unsubscribe@hudi.apache.org

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