Loading an image from AWS S3 bucket as a thumbnail

466 Views Asked by At

My Mac OSX app uploads images from the mac to AWS S3. I'm trying to load a table of images from files on the AWS S3 bucket. I don't want to download the image on the desktop PC but just load it as a thumbnail on the NSTableView for viewing. Is there any S3 methods to load the image content from the AWS S3?

0

There are 0 best solutions below