File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ typedef void(aws_s3_client_shutdown_complete_callback_fn)(void *user_data);
262262 * https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html#API_PutObject_RequestSyntax
263263 * If an error occurs, call aws_raise_error(E) with a proper error code and return NULL.
264264 */
265- typedef struct aws_string * (aws_s3_meta_request_full_object_checksum_fn )(struct aws_s3_meta_request * meta_request ,
265+ typedef struct aws_string * (aws_s3_meta_request_full_object_checksum_fn )(struct aws_s3_meta_request * meta_request ,
266266 void * user_data );
267267
268268enum aws_s3_meta_request_tls_mode {
@@ -429,7 +429,7 @@ typedef int(aws_s3_meta_request_upload_review_fn)(
429429 * @return The aws_s3express_credentials_provider.
430430 */
431431typedef struct aws_s3express_credentials_provider * (
432- aws_s3express_provider_factory_fn )(struct aws_allocator * allocator ,
432+ aws_s3express_provider_factory_fn )(struct aws_allocator * allocator ,
433433 struct aws_s3_client * client ,
434434 aws_simple_completion_callback on_provider_shutdown_callback ,
435435 void * shutdown_user_data ,
You can’t perform that action at this time.
0 commit comments