dunowat
Member
Thanks, that's insightful. I'm not actually pulling downloads which is why I was wondering where those calls are coming from. It could be permissions.From a REST protocol perspective, head simply gets the meta data of an object (size, properties, etc).
Get returns the stuff from head plus the object itself.
How the addon actually uses it, i'd need to research, but it's likely that head requests are done in a rebuild data call, or some other lookup ABOUT the image, but not actually bringing the image back.
It's also possible that your bucket security needs to be looked at.
The bucket is a single bucket set to either private or public. This serves both /data & /internal_data Is there a way for me to use for two different buckets one for /data (public) and one for /internal_data (private) ?

When I set the bucket to private, then I have issues with 'public-read' errors and nothing shows.