polyzos commented on issue #613:
URL: https://github.com/apache/fluss/issues/613#issuecomment-3569891152

   @michaelkoepf @luoyuxia is there any progress here? I just used Minio for 
remote data and realised this issue.
   Region needs to be set to avoid exceptions when running locally, however by 
setting the region, because it runs local minio will result in an exception 
like this
   ```
   SecurityTokenException: ... The security token included in the request is 
invalid. (Service: AWSSecurityTokenService; Status Code: 403; Error Code: 
InvalidClientTokenId ...)
   ```
   since Fluss’s `DefaultSecurityTokenManager` is using an AWS-STS-based 
provider to file-access tokens.
   
   and seems like we need to explicitly support something like 
`file.access.token.enabled: false` . Is it just this? or you guys have more 
findings?


-- 
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