summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorBryan Ischo <bryan@ischo.com>2008-12-11 21:48:20 +0000
committerBryan Ischo <bryan@ischo.com>2008-12-11 21:48:20 +0000
commit50f6602002c075adc25c1168c4484a3ecd226ced (patch)
tree3f415ee27fab08b80bef618534f59a90c9dc65fb /inc
parentabf868a2e8e9526d25a0bf5283ad4900113ff87d (diff)
downloadceph-libs3-50f6602002c075adc25c1168c4484a3ecd226ced.tar.gz
* Fixed a bug with query parameters using double-? in URI, breaking list
functionality (and possibly other functionality) * Fixed a memory leak in the list_bucket operation, which was not destroying the simplexml structure when finished with it * Fixed a bug discovered and fixed by Erez Strauss, caused by compiler-dependent ordering of a = b = c statments (I don't understand how this is compiler-dependent, I thought it was well-defined, but oh well), the symptoms of which were double calls to the request complete callback when using request contexts * Improved some comments
Diffstat (limited to 'inc')
-rw-r--r--inc/libs3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/libs3.h b/inc/libs3.h
index c16f9da..89fbcc4 100644
--- a/inc/libs3.h
+++ b/inc/libs3.h
@@ -727,7 +727,7 @@ typedef struct S3PutProperties
/**
* If present, this provides the MD5 signature of the contents, and is
* used to validate the contents. This is highly recommended by Amazon
- * but not required.
+ * but not required. Its format is as a base64-encoded MD5 sum.
**/
const char *md5;