bruce
bruce
> @brucez-anyscale, that sounds about right to me. I actually never got this fully working since what I am using is actually MinIO STS and not AWS STS, but in...
@sheromon I did this: - Plugin and mount with -o credlib=libs3fsawscred.so - Refresh the ${HOME}/.aws/credentials file myself periodically to provide validate tokens. But from curl dbg logs, I found: 2023-08-31T06:14:24.621Z...
Thanks very much for the info! Let me try it out. I will delete `${HOME}/.aws/credentials` and see if AWS C++ SDK can just fetch the credentials.
@sheromon I delete `${HOME}/.aws/credentials` and just run mount with -o credlib=libs3fsawscred.so It auto mounts the s3 bucket for me without asking for credentials. But after a while like serval hours:...
cc @sihanwang41 @simon-mo @tchordia