Skip to content

Add new region mount option to allow multiple mounts from different regions#171

Open
tombriden wants to merge 1 commit into
aws:masterfrom
tombriden:add-region-option
Open

Add new region mount option to allow multiple mounts from different regions#171
tombriden wants to merge 1 commit into
aws:masterfrom
tombriden:add-region-option

Conversation

@tombriden

Copy link
Copy Markdown

Fixes #101

Comment thread src/mount_efs/__init__.py
message,
)

if "region" in options:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it should be like

 if options.get("region") : 
    return options.get("region") 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Possibility to mount multiple EFS volume with different regions?

2 participants