Skip to content
New issue

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

Add strategy for handling download error #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

laistomazz
Copy link

Recently I spent a couple of hours going through both my AWS and the plugin's configuration to try and figure out why I was having errors when downloading my credentials.

In the end it was the simple fact that my Downloads directory already contained a folder called credentials. The conflictAction overwrite does not handle such situation.

So I have the following proposal: when an error occurs, show a dialog window and give the user the option to retry the download, but this time with prompt as a conflictAction strategy. In my case, that would have showed me right away the reason why I was having the error.

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.

1 participant