We use a nucleus mount to mount an S3 bucket for usage within Isaac sim. Works perfectly fine until after I think a month, we need to re-authenticate with Nucleus in order to keep using the mount.
I know for most people when developing it’s probably not an issue re-authenticating every once in a while, but we use the mount within an EC2 image serving a WebRTC stream. That EC2 image should not stop working after about a month because its sole purpose is to serve a USD file from an S3 bucket.
How can we ensure the authentication lasts?
Thanks in advance