dynmap icon indicating copy to clipboard operation
dynmap copied to clipboard

fix (s3): use correct continuation token

Open fosscel opened this issue 4 months ago • 0 comments

resolves #4217

as mentioned in #4217 , the use of getContinuationToken() rather than getNextContinuationToken() causes an infinite loop with S3 requests, and fullrenders won't proceed to the next perspective.

I've tested against the example config in that issue and the problem was resolved.

fosscel avatar Jun 11 '25 07:06 fosscel