BOTO3 FSx describe_file_systems is missing one filesystem #3510
Unanswered
SandeepKontham
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Hey @SandeepKontham, thanks for reaching out. As far as I can tell by looking at the documentation, the only reason for this behavior would be if the omitted file system was in a different region than the others. If that is not the case, then please provide a minimal reproducible code snippet and debug logs with any sensitive information redacted. You can get debug logs by adding |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Boto3 to pull all FSx Filesystem across regions and it is working fine on all of them but it is not pulling just one particular filesystem.
That Filesystem is no different from the rest and also if I specify the filesystem Id in describe_file_systems() then it is populating all details which rules out permission issue.
What else can be the issue here ?
Beta Was this translation helpful? Give feedback.
All reactions