- Più recenti
- Maggior numero di voti
- Maggior numero di commenti
Error "Providing a custom S3 URL is not supported" is expected when you specify a custom S3 URL while invoking CreateExportJob operation. CreateExportJob does not support providing the S3Url. Hence you would need to run the code without specifying the S3Url.
After CreateExportJob is run job id will output and a temporary S3 presigned URL is provided in the output of the get-export-job CLI command, so that you can access the data. The presigned URLs is from an internal S3 bucket and the URL expires after 5 minutes (but you can get a new URL one with each GetExportJob call).
Useful Links: [1] https://docs.aws.amazon.com/cli/latest/reference/sesv2/create-export-job.html [2] https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_GetExportJob.html
