Skip to content
Discussion options

You must be logged in to vote

After a bit of digging into our s3demo, I found that the S3 connectivity is fine... which was confusing for a bit, until I realized your issue is with how you request the URLs.

First, the scheme map is unnecessary in terms of making S3 work - you can just use the "s3" scheme and it's fine. But second: *the IIIF id must be a URI formatted as <scheme>://<resource>* when you aren't using the base file://default. This is technically a misuse of a URI (we should really allow:`, but it's an okay way to make it very clear we're using a non-default identifier.

To your problem: http://localhost:8080/iiif/test/TEST_000022_8.jp2/full/max/0/default.jpg, with RAIS listening on http://localhost:8080/iiif

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@krkabol
Comment options

Answer selected by krkabol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants