400Ping opened a new issue, #1162:
URL: https://github.com/apache/mahout/issues/1162

   ### Background
   `qdp` currently supports remote URLs for cloud object storage via S3. To 
enable a consistent multi-cloud experience, we should add support for Google 
Cloud Storage (GCS) remote URLs (`gs://`).
   
   ### Goal
   Add GCS remote URL support so users can access cloud objects with a workflow 
similar to existing S3 support.
   
   ### Scope
   - Add `gs://` URL parsing and validation.
   - Integrate GCS with the existing object storage abstraction layer (shared 
interface with S3).
   - Support core operations:
     - object read
     - object list
   - Align retry strategy and error mapping with current S3 behavior.
   - Add documentation and usage examples.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to