-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Migrate custom JS external storage backends to new registration API [part 2] #18440
Conversation
Tested all three backends: updating from 8.1 and creating from scratch.
|
d51cd9b
to
a9264ed
Compare
Dropbox issue fixed, it was a minor JS problem. As for the Amazon S3 'issue', is rearranging the fields that much of an issue? It allows us to keep all authentication parameters at the end of the config list. |
Hmmm I see. So auth fields must always be at the end ? |
👍 Dropbox as personal ext storage works now |
Failing SMB test ? Probably needs the other fix, rebase onto master ? |
a9264ed
to
88a7823
Compare
A new inspection was created. |
Rebased. Hopefully all tests will be green now |
Still 👍 |
Looks good and works (Dropbox tested) 👍 |
Migrate custom JS external storage backends to new registration API [part 2]
This PR migrates the following external storage backends:
The JS changes are to enable cleaner custom JS that can respond better to events.
Please review @PVince81 @DeepDiver1975 @MorrisJobke @icewind1991
cc @jmaciasportela for an example of how registration works. These are quite simple, more advanced ones to come.
Replaces #18245