Ticket #595 (new enhancement)

Opened 3 years ago

Last modified 21 months ago

RFE: Allow FileDownload from arbitrary file object

Reported by: ddunbar Owned by:
Priority: minor Milestone: 0.8.+
Version: 0.7.11 Keywords:
Cc: daniel@…

Description

It would be nice if FileDownload? could be initialized with a file object, or at least a string buffer, instead of a path.

Among other things, this would provide an easy way to create files with arbitrary contents on the build slave, without having to have the file on disk in the master, by using a StringIO object.

Change History

comment:1 Changed 3 years ago by ddunbar

  • Cc daniel@… added

comment:2 Changed 2 years ago by dustin

  • Milestone changed from undecided to 0.8.+

Anyone want to hack this together?

comment:3 Changed 21 months ago by dustin

  • Summary changed from RFE: Allow FileDowload from arbitrary file object to RFE: Allow FileDownload from arbitrary file object
Note: See TracTickets for help on using tickets.