You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add Google Drive storage backend with custom endpoint support (#……613)
* feat: Add Google Drive storage backend with custom endpoint support
- Implement Google Drive storage backend using service account authentication
- Add support for custom Google Drive API endpoints for testing
- Include comprehensive test setup with mock services
- Add configuration options for Google Drive credentials and folder ID
- Update documentation with Google Drive configuration examples
* remove debug messages
* Improve tests
* Add mounting tip on documentation
* Replace deprecated lib usage
* Fix identation
* Fix googledrive tests
* Fix googledrive support for _FILE credentials
* Remove googledrive test unecessary echos
Fall back to default behavior when deployed to a worker node (#593)
* Add test demonstrating failure when running on worker node
* Consider manager status when checking for swarm related features
* Update documentation
Config reference should always use default values (#549)
* Config reference should always use default values
* Cut down proliferation of conventions in config reference