For use of multiple clients at the same time, e.g., s3 and sqs, the adding of the folder with startup function to matlab path sometimes does not run when Matlab is opened. Sometimes only sqs is added with aws common, other time it is only s3. I made a hotfix by adding my own startup function in my project that finds the respective aws startup functions (for me s3, sqs, and common) to run (changes directory there and runs it). Just wondering if you can reproduce this behavior since it requires a weird fix on my end.