Closed chuwy closed 1 year ago
Currently, if Redshift cluster and S3 bucket are placed in different regions - COPY statements do not work (at least in monitoring). If we specify the region explicitly it could solve the problem.
Technically, not a bug, but high priority.
See https://docs.aws.amazon.com/redshift/latest/dg/copy-parameters-data-source-s3.html for further information on how COPY statements need to include a REGION value for cross region loading.
Currently, if Redshift cluster and S3 bucket are placed in different regions - COPY statements do not work (at least in monitoring). If we specify the region explicitly it could solve the problem.
Technically, not a bug, but high priority.