summaryrefslogtreecommitdiff
path: root/src/general.c
diff options
context:
space:
mode:
authorBryan Ischo <bryan@ischo.com>2008-07-13 20:46:23 +0000
committerBryan Ischo <bryan@ischo.com>2008-07-13 20:46:23 +0000
commitb540181d247dc28a68868c1ad97f2258bd2e6b20 (patch)
tree58608c6231653160ba4cd7cf23e307e8fd02fbc4 /src/general.c
parent77c7ea225a5c977e2590eb1b4e7451d26919b577 (diff)
downloadceph-libs3-b540181d247dc28a68868c1ad97f2258bd2e6b20.tar.gz
* More work in progress, get object is now complete
Diffstat (limited to 'src/general.c')
-rw-r--r--src/general.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/general.c b/src/general.c
index 3a32f23..48fa384 100644
--- a/src/general.c
+++ b/src/general.c
@@ -196,6 +196,10 @@ const char *S3_get_status_name(S3Status status)
handlecase(ContentDispositionFilenameTooLong);
handlecase(BadContentEncoding);
handlecase(ContentEncodingTooLong);
+ handlecase(BadIfMatchETag);
+ handlecase(IfMatchETagTooLong);
+ handlecase(BadIfNotMatchETag);
+ handlecase(IfNotMatchETagTooLong);
handlecase(HeadersTooLong);
handlecase(KeyTooLong);
handlecase(UriTooLong);