I'm not aware of anything like that but it might be possible. S3 doesn't have to run in the cloud though. It's become such a large standard that a lot of on-premise storage solutions support the S3 API. In addition the cloud providers all have their on-premises solution like Amazon Outpost or Azure ARC. My only experience is with cloud provider solutions but I know on-premises options are out there.
I personally don't like exposing images/attachments via webserver because it makes every image and/or attachment accessible to any person with network access, whether or not they could access that record in Maximo. All a user would have to do is guess the URL, assuming someone didn't leave directory browse/listing enabled. If they did it's a non-event to get all the files. If that's the approach required I can try to investigate how to do it in one of our lab environments.
------------------------------
Steven Shull
Director of Development
Projetech Inc
Cincinnati OH
------------------------------
Original Message:
Sent: Mon March 22, 2021 01:22 PM
From: SoCal Sun
Subject: View thumbnail in Item Master without using database image BLOBs.
So, do you think there's a way to trick S3 request and redirect via apache to the local file system? Right now, its 1000 images and they prefer to keep the images on-prem for security reasons.
We have to patch up to 7.6.0.10 for extended support at least, but plan to update to 7.6.1.x "soon".
------------------------------
SoCal Sun
Maximo SysAdmin
Los Angeles CA
------------------------------
Original Message:
Sent: Mon March 22, 2021 08:17 AM
From: Steven Shull
Subject: View thumbnail in Item Master without using database image BLOBs.
If you're able to get to a newer version (at least 7.6.0.9, though it'd be better if you got to a 7.6.1.X release), IBM added the ability to use S3 buckets for DOCLINKS and IMGLIB functionality. I think that's the better way to handle this long term without needing to develop a way to expose them in the desired format while trying to keep the two systems in sync. This would move the files out of the database into S3 (including other providers that mimic the S3 API, like IBM Cloud Object Storage). We've only utilized it for DOCLINKS thus far but have plans to test it for some of our customers that utilize IMGLIB heavily.
------------------------------
Steven Shull
Director of Development
Projetech Inc
Cincinnati OH