Is your feature request related to a problem? Please describe.
I'm writing pipelines to grab all the bits from bosh.io and upload them locally into an s3 cache (so I don't hit bosh.io constantly, to save bandwith for you and time for me).
The https://github.com/concourse/bosh-io-stemcell-resource has a parameter
preserve_filename: Optional. Default false. Keep the original filename of the stemcell.
Could we add this for releases too?
Describe the solution you'd like
add preserve_filename: Optional. Default false. Keep the original filename of the stemcell.
I'm actually thinking that I'd like to have a go at this myself as it seems pretty trivial (and there's existing code that I can copy pasta).
Describe alternatives you've considered
buiding a custom task to rename the file back to what it was to upload.
Additional context
No response
Is your feature request related to a problem? Please describe.
I'm writing pipelines to grab all the bits from bosh.io and upload them locally into an s3 cache (so I don't hit bosh.io constantly, to save bandwith for you and time for me).
The https://github.com/concourse/bosh-io-stemcell-resource has a parameter
preserve_filename: Optional. Default false. Keep the original filename of the stemcell.
Could we add this for releases too?
Describe the solution you'd like
add preserve_filename: Optional. Default false. Keep the original filename of the stemcell.
I'm actually thinking that I'd like to have a go at this myself as it seems pretty trivial (and there's existing code that I can copy pasta).
Describe alternatives you've considered
buiding a custom task to rename the file back to what it was to upload.
Additional context
No response