mirror of
https://github.com/rikkaneko/paste.git
synced 2025-08-06 06:00:17 +01:00
Cache presigned URL for better caching
Signed-off-by: Joe Ma <rikkaneko23@gmail.com>
This commit is contained in:
parent
c5569ea30f
commit
a88c7321cf
4 changed files with 33 additions and 10 deletions
2
src/types.d.ts
vendored
2
src/types.d.ts
vendored
|
@ -22,7 +22,7 @@ export interface PasteIndexEntry {
|
|||
upload_completed?: boolean;
|
||||
sha256_hash?: string;
|
||||
cached_presigned_url?: string;
|
||||
cached_presigned_url_expiration?: string;
|
||||
cached_presigned_url_expiration?: number;
|
||||
}
|
||||
|
||||
export interface Env {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue