add internal proxy for private files when no other option is available #55
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi as discussed this can be used as fallback when no other access is provided and untill better support for other drivers will be provided.
This allo to access private files and serve content synchronously (!).
It's not platform dependent.
It adds an option (by default false) to enable proxy.
I will provide separately google cloud temporary encrypted url functionality.
Related to #49 and #51