Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

getETag from getObjectMetadata returns null #48

Closed
petrabarus opened this issue Jun 1, 2017 · 1 comment
Closed

getETag from getObjectMetadata returns null #48

petrabarus opened this issue Jun 1, 2017 · 1 comment

Comments

@petrabarus
Copy link

I tried this basic code in the test.

client.createBucket("testbucket");
client.putObject("testbucket", "file/name", "contents");
ObjectMetadata data = client.getObjectMetadata("testbucket", "file/name");
assertNotNull(data.getETag());

The last line fails. It should return the MD5 checksum from the file.

@shuttie
Copy link
Contributor

shuttie commented Jun 16, 2017

fixed in 0.2.3

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants