You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-backup/amanda/files/s3.c.part2.diff

16 lines
528 B

--- s3.c.orig 2008-09-12 13:20:26.000000000 -0400
+++ s3.c 2008-09-12 13:20:36.000000000 -0400
@@ -1212,10 +1212,10 @@
if (!list_build_url_component(&uri, urldelim, "marker", marker)) goto cleanup;
urldelim = "&";
}
- if (max_keys) {
+ // if (max_keys) {
if (!list_build_url_component(&uri, urldelim, "max-keys", "1024")) goto cleanup;
urldelim = "&";
- }
+ // }
/* and perform the request on that URI */
result = perform_request(hdl, resource, uri, "GET", NULL,