mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
serverless: fix cache keying with multiple archives.
This commit is contained in:
@@ -94,7 +94,7 @@ class R2Source implements Source {
|
||||
}
|
||||
|
||||
getKey() {
|
||||
return "";
|
||||
return this.archive_name;
|
||||
}
|
||||
|
||||
async getBytes(offset: number, length: number): Promise<RangeResponse> {
|
||||
|
||||
Reference in New Issue
Block a user