I've tried every combination I can think of to pass an s3 path as the target directory (url encode, include trailing slash, etc)
I can successfully pass a local path as the target directory (ie /jobs/$jobID/cancel-with-savepoint/target-directory/tmp) so I don't think there's a problem with the jobId or rest of the url. I also verified I can create the savepoint on s3 from the command line so it's not a permission issue. Here's the same question on stack overflow <https://stackoverflow.com/questions/45844298/send-flink-job-manager-a-fully-qualified-path-to-a-savepoint-directory-using-the> (with the exception that they are getting a 502 whereas I'm getting a 404) using Flink 1.3.1 Anyone have a working example? Thanks, Emily