Samrat002 opened a new pull request, #27841:
URL: https://github.com/apache/flink/pull/27841
## What is the purpose of the change
Add documentation for Native s3 FileSystem
Please note that this patch does not update the Chinese document yet. This
will be done once english document content is reached to consensus.
## Brief change log
Add documentation and show how to use new s3Filesystem.
## Verifying this change
Build the docs in local using Hugo
```
~/C/O/flink/docs │ on FLINK-39118-…ocumentation !1 ▓▒░ docker run -v
$(pwd):/src -p 1313:1313 jakejarvis/hugo-extended:latest server --buildDrafts
--buildFuture --bind 0.0.0.0
Watching for changes in
/src/{assets,content,content.zh,data,layouts,static,themes}
Watching for config changes in /src/config.toml,
/src/themes/connectors/config.yaml
Start building sites …
hugo v0.124.1-db083b05f16c945fec04f745f0ca8640560cf1ec+extended linux/arm64
BuildDate=2024-03-20T11:40:10Z VendorInfo=docker
| EN | ZH
-------------------+-----+------
Pages | 502 | 500
Paginator pages | 0 | 0
Non-page files | 0 | 0
Static files | 266 | 266
Processed images | 0 | 0
Aliases | 419 | 416
Cleaned | 0 | 0
Built in 7938 ms
Environment: "development"
Serving pages from disk
Running in Fast Render Mode. For full rebuilds on change: hugo server
--disableFastRender
Web Server is available at //localhost:1313/flink/flink-docs-master/ (bind
address 0.0.0.0)
Press Ctrl+C to stop
```
<img width="850" height="426" alt="Screenshot 2026-03-27 at 3 24 33 PM"
src="https://github.com/user-attachments/assets/9629dbad-9d2b-4f5c-a423-ff6291ca5f5b"
/>
<img width="915" height="824" alt="Screenshot 2026-03-27 at 3 23 33 PM"
src="https://github.com/user-attachments/assets/088e1a89-6535-414e-97a8-8ce3430afb47"
/>
<img width="906" height="824" alt="Screenshot 2026-03-27 at 3 23 42 PM"
src="https://github.com/user-attachments/assets/fb49d8c0-7dfe-403d-9e06-9660fefc2698"
/>
<img width="899" height="733" alt="Screenshot 2026-03-27 at 3 24 05 PM"
src="https://github.com/user-attachments/assets/162cb64a-9854-4651-b70a-774d989f8f37"
/>
<img width="887" height="826" alt="Screenshot 2026-03-27 at 3 24 22 PM"
src="https://github.com/user-attachments/assets/2a4a9af2-8cdc-4945-a98e-15a4fb2e48ec"
/>
<img width="850" height="426" alt="Screenshot 2026-03-27 at 3 24 33 PM"
src="https://github.com/user-attachments/assets/94007648-b7e9-468a-8337-6e6a39905da4"
/>
## Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): (yes / no)
- The public API, i.e., is any changed class annotated with
`@Public(Evolving)`: (yes / no)
- The serializers: (yes / no / don't know)
- The runtime per-record code paths (performance sensitive): (yes / no /
don't know)
- Anything that affects deployment or recovery: JobManager (and its
components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (yes / no / don't know)
- The S3 file system connector: (yes / no / don't know)
## Documentation
- Does this pull request introduce a new feature? (yes / no) no
- If yes, how is the feature documented? (not applicable / docs / JavaDocs
/ not documented) yes
--
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]