We have been seeing some tiff files intermitently fail to load when loading across AWS accounts, this was tracked down a failure to register a AWS roleArn against the target bucket when the roleArn was used in multiple different buckets
Modifications
Use the more general "onFileSystemFound" as "onFileSystemCreated" only happens once per roleArn.
Motivation
We have been seeing some tiff files intermitently fail to load when loading across AWS accounts, this was tracked down a failure to register a AWS roleArn against the target bucket when the roleArn was used in multiple different buckets
Modifications
Use the more general "onFileSystemFound" as "onFileSystemCreated" only happens once per roleArn.
Verification
Tested locally