damccorm opened a new issue, #20326:
URL: https://github.com/apache/beam/issues/20326

   Add HttpIO (and a related HttpFileSystem and HttpsFileSystem), which can 
download files from a particular http:// or https:// URL. HttpIO cannot upload 
/ write to files, though, because there's no standardized way to write to files 
using HTTP.
   
   Sample usage:
   
    
   ```
   
           (
               p
               | 
ReadFromText("https://raw.githubusercontent.com/apache/beam/5ff5313f0913ec81d31ad306400ad30c0a928b34/NOTICE";)
   
              | WriteToText("output.txt", shard_name_template="", num_shards=0)
           )
   
   ```
   
    
   
   Imported from Jira 
[BEAM-10101](https://issues.apache.org/jira/browse/BEAM-10101). Original Jira 
may contain additional context.
   Reported by: epicfaace.


-- 
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