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

Make plugin init function async #4295

Closed
rejifald opened this issue Oct 21, 2019 · 0 comments · Fixed by #4320
Closed

Make plugin init function async #4295

rejifald opened this issue Oct 21, 2019 · 0 comments · Fixed by #4320
Labels
issue: enhancement Issue suggesting an enhancement to an existing feature severity: low If the issue only affects a very niche base of users and an easily implemented workaround can solve

Comments

@rejifald
Copy link
Contributor

Describe the topic
As an upload plugin developer, I would like to have ability to perform asynchronous operation while plugin initialization. For example, I have created simple plugin to upload files to Google Cloud Storage, and I need to make a request to the server, to check if a specified bucket exists, and create it if needed.

Your suggestions for this topic
Add support for async init function in provider upload plugins.

I am open to contribute.

@lauriejim lauriejim added severity: low If the issue only affects a very niche base of users and an easily implemented workaround can solve issue: enhancement Issue suggesting an enhancement to an existing feature labels Oct 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: enhancement Issue suggesting an enhancement to an existing feature severity: low If the issue only affects a very niche base of users and an easily implemented workaround can solve
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants