postgres-aws-s3
postgres-aws-s3 copied to clipboard
Add encoding input to table_import_from_s3 function
Some tools do not properly set the ContentEncoding metadata on write in S3. This update adds functionality to specify a custom encoding (e.g. "gzip") as input to the table_import_from_s3
function.
merge into https://github.com/radondb/postgres-aws-s3