Can we have Jsonize () fn for s3 similar like glue? #2306
-
https://sdk.amazonaws.com/cpp/api/LATEST/aws-cpp-sdk-glue/html/class_aws_1_1_glue_1_1_model_1_1_partition.html https://sdk.amazonaws.com/cpp/api/LATEST/aws-cpp-sdk-s3/html/class_aws_1_1_s3_1_1_model_1_1_list_objects_v2_result.html |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
No, we are not planning on adding jsonize functions to s3 or anything else. You can always use a third party json library that you can customize to your own needs. It looks like the json format is a feature that comes with using glue and is there because it is one of the ways to consume the data from glue. But it is not a feature of s3, hence we have no plans to add it. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
No, we are not planning on adding jsonize functions to s3 or anything else. You can always use a third party json library that you can customize to your own needs. It looks like the json format is a feature that comes with using glue and is there because it is one of the ways to consume the data from glue. But it is not a feature of s3, hence we have no plans to add it.