We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The EFS file system usage could be discovered similarly to the existing ELB implementation.
EFS.Client.describe_file_systems()
http://boto3.readthedocs.io/en/latest/reference/services/efs.html?highlight=EFS#EFS.Client.describe_file_systems
I have started work on this.
The text was updated successfully, but these errors were encountered:
issue #287 - EFS API is only available in some regions; handle error …
f7973eb
…in regions without EFS endpoint
This was fixed by your #288 which has been merged into the develop branch and should be released soon.
Sorry, something went wrong.
issue #287 - add changelog entry from last commit
8475be7
652e549
This has been released in 0.11.0
No branches or pull requests
The EFS file system usage could be discovered similarly to the existing ELB implementation.
http://boto3.readthedocs.io/en/latest/reference/services/efs.html?highlight=EFS#EFS.Client.describe_file_systems
I have started work on this.
The text was updated successfully, but these errors were encountered: