luoyuxia commented on code in PR #2660:
URL: https://github.com/apache/fluss/pull/2660#discussion_r2797155884
##########
website/docs/quickstart/flink.md:
##########
@@ -109,7 +109,7 @@ services:
s3.access-key: rustfsadmin
s3.secret-key: rustfsadmin
s3.path-style-access: true
- kv.snapshot.interval: 60s
+ kv.snapshot.interval: 0s
Review Comment:
Unfortunately, we'll still need it. Otherwise, it'll throw exception
```
org.apache.fluss.exception.SecurityTokenException: Failed to get file access
security token: The security token included in the request is invalid.
(Service: AWSSecurityTokenService; Status Code: 403; Error Code:
InvalidClientTokenId; Request ID: fabc25ae-dffb-43bf-af19-f2896f00d918; Proxy:
null)
```
when client try to get sts token from server.
Similar to [#2148 ](https://github.com/apache/fluss/discussions/214)
But to support it, we may need change the code the generate sts token in s3
filesystem.
See:
https://github.com/orgs/rustfs/discussions/1239
--
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]