|
@@ -1830,6 +1830,7 @@ void S3_set_request_context_verify_peer(S3RequestContext *requestContext,
|
|
* S3 Utility Functions
|
|
* S3 Utility Functions
|
|
************************************************************************** **/
|
|
************************************************************************** **/
|
|
|
|
|
|
|
|
+ #ifndef WINSCP
|
|
/**
|
|
/**
|
|
* Generates an HTTP authenticated query string, which may then be used by
|
|
* Generates an HTTP authenticated query string, which may then be used by
|
|
* a browser (or other web client) to issue the request. The request is
|
|
* a browser (or other web client) to issue the request. The request is
|
|
@@ -1861,6 +1862,7 @@ S3Status S3_generate_authenticated_query_string
|
|
(char *buffer, const S3BucketContext *bucketContext,
|
|
(char *buffer, const S3BucketContext *bucketContext,
|
|
const char *key, int expires, const char *resource,
|
|
const char *key, int expires, const char *resource,
|
|
const char *httpMethod);
|
|
const char *httpMethod);
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
|
|
/** **************************************************************************
|
|
/** **************************************************************************
|