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