Has anyone seen a good content adapter for s3 bucket XML?
I figure a set of buckets in s3 with images is a ripe candidate for a content adapter and that someone far better at it than me has prolly already gotten something they think is pretty cool… but a few searches, and some searching around on here hasn’t proved terribly fruitful… So… I figured I’d ask an see…
What does the XML file look like? Please provide an example.
How do you access the XML?
Why use a content adapter? Do you want to create a page for each bucket image?
Hi Joe!!
Hope your world is awesome.
an example xml output for a bucket which may contain images:
https://pubimgs.dog.wolfspyre.io
( I made a bunch of images, and this bucket for the purpose of sharing here)
There’s a less ugly listing available here
within this bucket (pubimgs)
there’s a subdir:
“Hugo”
within Hugo, there are three subdirs:
“Yes”
“Maybe”
“No”
Within each of those, there are webp images.
There’s another subdir of the bucket:
“WolfspyreCom”
inside it, there’s 2409/ (( Keep | Maybe | Fail ))
for each of those cohorts, there’s a few different compression-level directories.
inside each of those, webp images.
this is a contrived example… and it could be laid out differently… I was just sorta throwing together the images from a step in my workflow where it felt like it might be reasonable to batch-push a bunch of images to an s3 bucket
I was figuring that a content adapter would be useful to generate galleries from the contents of a public-read bucket.
figured that having multiple compression levels, and multiple project constructs in the same bucket could make sense if one specified to the content adapter which content you wanted displayed in a given scenario…
thoughts?