Hello all, I'm attempting to set up a taskmanager cluster using S3 as the highly-available store. It looks like the main thing is just setting the ` state.backend.fs.checkpointdir` to the appropriate s3:// URI, but as someone rather new to accessing S3 from Java, how should I provide Flink with the credentials necessary to access the bucket I've set up?
Thanks for your time & any help!