Skip to content

Conversation

@anowell
Copy link
Contributor

@anowell anowell commented Jul 14, 2017

I was getting NULL out of the getETag method (using 3.0.3 with httpclient, targeting Rackspace). Per the Swift API docs, the header is Etag, not ETag, and I've confirmed with a custom build of OpenStack4J that this case change fixes the issue for me.

I believe this would resolve #994

I was getting NULL out of the `getETag` method (on Rackspace). Per the [Swift API docs](https://developer.openstack.org/api-ref/object-storage/?expanded=get-object-content-and-metadata-detail), the header is `Etag`, not `ETag`, and I've confirmed with a custom build of OpenStack4J that this case change fixes the issue for me.
@auhlig
Copy link
Member

auhlig commented Jul 14, 2017

Cool. Many thanks @anowell. Will merge after CI is green.

@auhlig auhlig added this to the 3.1.0 Release milestone Jul 14, 2017
@auhlig auhlig merged commit 95fa5bd into ContainX:master Jul 14, 2017
@anowell anowell deleted the patch-1 branch July 14, 2017 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

swiftObject.getETag() is null on after calling swiftObject.download()

2 participants