-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat: add GCS support as file provider (#2013) #2435
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
feat: add GCS support as file provider (#2013) #2435
Conversation
…dsa/gofr into feat/gcs-file-provider
…ions and fix linting issue
|
@Umang01-hash Consider having a smaller interface embedded in the implementation of the FileSystem Interface. This can be implemented by GCS etc |
…for_file_systems' into fix/logger_metrics_for_file_systems
Refactoring: Unified Storage ArchitectureWe've completed a comprehensive refactoring that introduces a unified architecture for all file storage providers (GCS, S3, FTP, SFTP). 📋 Key Changes1️⃣ Introduced
|
…for_file_systems' into fix/logger_metrics_for_file_systems
…iders to shift to common file system implementation
…for_file_systems' into fix/logger_metrics_for_file_systems
Pull Request Template
Description:
pkg/datasource/file/gcs.Create,Remove,ReadDir,Open,StatandMakeDirusingcloud.google.com/go/storage.Checklist:
goimportandgolangci-lint.Fixes #2013