-
Notifications
You must be signed in to change notification settings - Fork 933
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Content-Type header while downloading droplets [main] #2976
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR looks good the only issue I see is the Makefile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks good, though same question as @joaopapereira , especially as it doesn't seem related to the rest of the commit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description of the Change
Downloading a droplet from an S3 compatible storage using the command
cf download-droplet
andcf curl
fails whenContent-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