| « PreviousNext » | |
![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
To load data files that are compressed using GZIP, include the
gzip option.
copy customer from 's3://mybucket/customer.gz' credentials 'aws_access_key_id=<your-access-key-id>;aws_secret_access_key=<your-secret-access-key>' delimiter '|' gzip;
If you use the gzip option, ensure that all data files being loaded are GZIP compressed.