Hey @Logan M , I tried using this guide to save my index in the S3 but apparently there's a bug in there.
Specifically, the problematic lines are these:
https://github.com/jerryjliu/llama_index/blob/main/llama_index/storage/storage_context.py#LL87C11-L87C11As I'm using a Windows laptop, Path changes my S3 path that has slashes in it, and replaces them with backslashes on which I get an error as S3 path should only use slashes.