1. fea9073 objectstorage v1 and orchestration v1 struct tags by Jon Perritt · 9 years ago
  2. 852278c v1 object storage error types by Jon Perritt · 9 years ago
  3. a33da23 more error types; RequestOptsBuilder error fixes by Jon Perritt · 9 years ago
  4. 27249f4 rename imports: rackspace/gophercloud -> gophercloud/gophercloud by Jon Perritt · 9 years ago
  5. 4fcd3b7 fix parameter name: multiple-manifest -> multipart-manifest by jrperritt · 9 years ago
  6. 05e31e6 don't copy file contents for etag by jrperritt · 9 years ago
  7. 9ad9243 return etag error if checksum and etag aren't equal by jrperritt · 9 years ago
  8. 433cc79 one more 'object create' bug fix by jrperritt · 9 years ago
  9. ca68c9b check for etag header only if resp is not nil by jrperritt · 9 years ago
  10. d200ea3 import path fixes by jrperritt · 9 years ago
  11. e6e8c65 copy content to hash while writing to new buffer by jrperritt · 9 years ago
  12. 046c882 copy reader before making hash by jrperritt · 9 years ago
  13. 56d51e9 add etag header to request object by jrperritt · 9 years ago
  14. f4ff727 debug lines by jrperritt · 9 years ago
  15. 50fc97d make the comment a bit more relevant by Jamie Hannaford · 9 years ago
  16. 52d3076 add explanatory comment by Jamie Hannaford · 9 years ago
  17. 0809623 Add MD5 checksum check to file uploads by Jamie Hannaford · 10 years ago
  18. a2c88b2 fix object storage nil pointer deref error by Jon Perritt · 10 years ago
  19. a69b347 Use a ReadSeeker for upload content and rewind the offset on retries by Brendan ODonnell · 10 years ago
  20. 1d27afa Add Orchestration + ObjectStore HTTP operations by Jamie Hannaford · 10 years ago
  21. c530ba1 Refactor OpenStack services to use default OkCodes by Jamie Hannaford · 10 years ago
  22. 322a7e6 Object Storage special case. by Ash Wilson · 10 years ago
  23. 2491b4c Manual follow-on tweaks to get the build green again. by Ash Wilson · 10 years ago
  24. 4bf41a3 openstack/ :knife: perigee by Ash Wilson · 10 years ago
  25. 28792af add Split field to CreateTempURLOpts for custom URLs by Jon Perritt · 10 years ago
  26. 2b31371 reword CreateTempURLOpts comment by Jon Perritt · 10 years ago
  27. 9095760 create temp url operation and test by Jon Perritt · 10 years ago
  28. 45e3434 Set the Content-Type or OmitContentType option. by Ash Wilson · 10 years ago
  29. 9415ca7 comments on ListOpts and Object by Jon Perritt · 10 years ago
  30. e376fa5 object size: int -> int64 by Jon Perritt · 10 years ago
  31. b5c77d2 Merge pull request #309 from pquerna/allow_304_from_download by Jamie Hannaford · 10 years ago
  32. 9163df2 Allow 304 from download requests by Paul Querna · 10 years ago
  33. 7dc6fe6 ToObjectDownloadParams belongs on DownloadOpts, not ListOpts by Paul Querna · 10 years ago
  34. f7a8e28 add `Err` to `CopyResult` by jrperritt · 10 years ago
  35. 10a7ec1 add 'ExtractHeader' method to object storage return types by Jon Perritt · 10 years ago
  36. c8c73bc Merge pull request #274 from jamiehannaford/result-consistency by Ash Wilson · 10 years ago
  37. aa69b19 Shifting object storage operations to common delete result by Jamie Hannaford · 10 years ago
  38. 2e78486 Updating download function to use reader rather than casting everything into bytes by Jamie Hannaford · 10 years ago
  39. 9a9f5bc Remove extraneous fmt.Printf calls. by Ash Wilson · 10 years ago
  40. 77857dc Remove the `.Provider.` bit. by Ash Wilson · 10 years ago
  41. a77ba0d rax objects unit test; fix for creating object content by Jon Perritt · 10 years ago
  42. 72e4d2c Rename Result.Headers to Result.Header. by Ash Wilson · 10 years ago
  43. b8b16f8 Base a pagination.PageResult on gophercloud.Result. by Ash Wilson · 10 years ago
  44. d3dc254 Rename Result.Resp to Result.Body. by Ash Wilson · 10 years ago
  45. af26287 Use gophercloud.Result in objectstorage. by Ash Wilson · 10 years ago
  46. 26780d5 'To*String' -> 'To*Query' by Jon Perritt · 10 years ago
  47. 04851d3 consistency updates; struct opts -> interface opts (networking, compute) by Jon Perritt · 10 years ago
  48. e90aced struct opts -> interface opts (object storage) by Jon Perritt · 10 years ago
  49. ea4e301 Objects consistency updates by Jon Perritt · 10 years ago
  50. 5db0892 add commonResult types for ExtractHeaders method by Jon Perritt · 10 years ago
  51. de47eac change 'XXXXOpts' to pointers; return url.URL from BuildQueryString by Jon Perritt · 10 years ago
  52. a9caabd rename objectStorage to objectstorage by Jon Perritt · 10 years ago[Renamed from openstack/objectStorage/v1/objects/requests.go]
  53. fdac6e5 rename directory from 'storage' to 'objectStorage'; add fix for handling 'text/html' content-type response from 'ListNames' by Jon Perritt · 10 years ago[Renamed (98%) from openstack/storage/v1/objects/requests.go]
  54. 8c93a30 use generic parameter building functions; pagination in unit tests by Jon Perritt · 10 years ago
  55. cc10e31 return more descriptive errors by Jon Perritt · 10 years ago
  56. fc39b94 remove 'get' prefix in methods by Jon Perritt · 10 years ago
  57. ca6f756 Paginate the objects.List call. by Ash Wilson · 10 years ago
  58. e47ea9e Use the ServiceClient to generate URLs. by Ash Wilson · 10 years ago
  59. 604320e Use gophercloud.ServiceClient in storage V1. by Ash Wilson · 10 years ago
  60. 884e031 make object's 'Content' type more generic (from *bytes.Reader to io.Reader) by Jon Perritt · 10 years ago
  61. bef727e comment types; remove ok codes by Jon Perritt · 11 years ago
  62. eb57564 change from 'Get' to 'Extract'; decrease dependence on perigee by Jon Perritt · 11 years ago
  63. b6b1d02 add versioning by Jon Perritt · 11 years ago[Renamed (98%) from openstack/storage/objects/requests.go]
  64. 816d2a0 openstack object storage v02.0 by Jon Perritt · 11 years ago