rackspace / gophercloud

A Go SDK for OpenStack. IN FEATURE FREEZE. See Issue #592
http://gophercloud.io
Other
456 stars 185 forks source link

Object Download #638

Open SebastienDorgan opened 6 years ago

SebastienDorgan commented 6 years ago

Hello, In file openstack/objectstorage/v1/objects/requests.go, Shouldn't the Download method accept the 206 return code (partial content)? Ligne 138 : OkCodes: []int{200, 206, 304},