X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=device-src%2Fs3.h;h=1e883a8c4465f01d37c0de9716970f2a67d51a71;hb=b116e9366c7b2ea2c2eb53b0a13df4090e176235;hp=dc5d052ea81383331b06a707c92a2031d35cbd2e;hpb=fd48f3e498442f0cbff5f3606c7c403d0566150e;p=debian%2Famanda diff --git a/device-src/s3.h b/device-src/s3.h index dc5d052..1e883a8 100644 --- a/device-src/s3.h +++ b/device-src/s3.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008,2009 Zmanda, Inc. All Rights Reserved. + * Copyright (c) 2008, 2009, 2010 Zmanda, Inc. All Rights Reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published @@ -226,13 +226,14 @@ s3_init(void); * @param secret_key: the secret key for Amazon Web Services * @param user_token: the user token for Amazon DevPay * @param bucket_location: the location constraint for buckets + * @param storage_class: the storage class for new objects * @param ca_info: the path to pass to libcurl as the certificate authority. * see curl_easy_setopt() CURLOPT_CAINFO for more * @returns: the new S3Handle */ S3Handle * s3_open(const char * access_key, const char *secret_key, const char * user_token, - const char * bucket_location, const char * ca_info); + const char * bucket_location, const char * storage_class, const char * ca_info); /* Deallocate an S3Handle *