mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-14 05:03:43 +08:00
feat: support local storage
This commit is contained in:
@@ -55,7 +55,7 @@ export default class S3FileStorage {
|
||||
{ expiresIn: 60 },
|
||||
);
|
||||
|
||||
console.log(signedUrl);
|
||||
console.log("[S3]", signedUrl);
|
||||
|
||||
try {
|
||||
await fetch(signedUrl, {
|
||||
|
||||
Reference in New Issue
Block a user