Context: I've been using turtle to call "aws s3 ls" and I'm trying to
figure out how to replace that with amazonka. Absolute s3 urls were
central to how my program worked. I KNow how to get objects now and
filter them, but I don't know how to convert an object to an S3 url to
integrate with my existing program.
Perhaps I had something wrong, but it didn't seem like just the S3 Bucket and S3 Object key were enough to download a given file. If I'm wrong about that I need to double check my configuration.
Thanks,
Cody Goodman