include/aws/s3/private/s3_request.h (4 lines): - line 30: /* TODO Ref count on the request is no longer needed--only one part of code should ever be holding onto a request, - line 44: /* TODO currently only used by auto_range_get, could be hooked up to auto_range_put as well. */ - line 48: /* TODO currently only used by auto_range_get, could be hooked up to auto_range_put as well. */ - line 69: /* TODO rename this anonymous structure to something more intuitive. (Maybe "attempt_data")*/ source/s3_client.c (4 lines): - line 51: /* TODO Provide analysis on origins of this value. */ - line 71: * TODO Provide more information on other values. - line 764: * TODO: Still need tests to verify that the request of a part is splittable or not */ - line 1405: /* TODO: not a blocker, consider managing the life time of aws_s3_client from aws_s3_endpoint to simplify usage */ benchmarks/dashboard-stack/lib/dashboard-stack.ts (2 lines): - line 36: // use admin role here. TODO: simplify later. - line 192: // TODO: simplify it later. Use admin policy for simplicity now. source/s3_copy_object.c (1 line): - line 225: /* TODO: benchmark if there is need to limit the amount of upload part copy in flight requests */ include/aws/s3/private/s3_client_impl.h (1 line): - line 20: /* TODO automate this value in the future to prevent it from becoming out-of-sync. */ source/s3_endpoint.c (1 line): - line 160: /* TODO fix this in the actual aws_tls_connection_options_set_server_name function. */ include/aws/s3/s3_client.h (1 line): - line 234: * TODO: support this callback for all the types of meta requests source/s3_request_messages.c (1 line): - line 344: /* TODO: url encode */ include/aws/s3/private/s3_util.h (1 line): - line 126: /* TODO could be moved to aws-c-common. */