Copilot commented on code in PR #19424:
URL: https://github.com/apache/hudi/pull/19424#discussion_r3716032143


##########
website/docs/s3_hoodie.md:
##########
@@ -61,6 +61,8 @@ Alternatively, add the required configs in your core-site.xml 
from where Hudi ca
   </property>
 ```
 
+Because Hudi reads and writes through the Hadoop S3A connector, these same 
`fs.s3a.*` settings target Amazon S3 as well as other S3-compatible object 
stores such as Backblaze B2, Cloudflare R2, and MinIO. For a non-AWS provider, 
set `fs.s3a.endpoint` to that provider's endpoint (for example 
`https://your-s3-endpoint.example.com`) and keep `fs.s3a.path.style.access` set 
to `true` when the provider requires path-style addressing.

Review Comment:
   This edit modifies the page but the front matter `last_modified_at` is still 
set to `2019-12-30T15:59:57-04:00`. Repo docs guidelines require bumping 
`last_modified_at` to the current timestamp in ISO 8601 format 
(YYYY-MM-DDTHH:MM:SS) whenever a page with that field is changed.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to