cloudfoundry / cli

The official command line client for Cloud Foundry
https://docs.cloudfoundry.org/cf-cli
Apache License 2.0
1.75k stars 928 forks source link

Remove Content-Type header while downloading droplets [main] #2976

Closed gururajsh closed 3 weeks ago

gururajsh commented 1 month ago

Description of the Change

Downloading a droplet from an S3 compatible storage using the command cf download-droplet and cf curl fails when Content-Type header is set in the request. So, removing it the header for this command.

Why Is This PR Valuable?

Allows users to download droplet from S3 compatible storage.

Applicable Issues

NA

How Urgent Is The Change?

NA

Other Relevant Parties

NA