Describe the bug
After creating a temporary link to an object file, clicking "copy" will result in a copy failure message.
To Reproduce
Steps to reproduce the behavior:
-
Select an object file
-
Set the temporary link's expiration time to 1 day
-
Click the "Generate Link" button
-
After generating the link, click the "Copy" button
-
A message appears indicating that copying failed.
Expected behavior
After clicking the copy button, a message appears indicating successful copying. Pasting the link into your browser allows the file to download normally.
Screenshots
Desktop (please complete the following information):
- OS: windows11
- Browser: chrome
- Version: 142.0.7444.176
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context
Installation method: Docker
System: WSL
RustFS version: 1.0.0-alpha.72
Installation command: docker run -d -p 9000:9000 -p 9001:9001 -v $(pwd)/data:/data -v $(pwd)/logs:/logs rustfs/rustfs:latest
Describe the bug
After creating a temporary link to an object file, clicking "copy" will result in a copy failure message.
To Reproduce
Steps to reproduce the behavior:
Select an object file
Set the temporary link's expiration time to 1 day
Click the "Generate Link" button
After generating the link, click the "Copy" button
A message appears indicating that copying failed.
Expected behavior
After clicking the copy button, a message appears indicating successful copying. Pasting the link into your browser allows the file to download normally.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Installation method: Docker
System: WSL
RustFS version: 1.0.0-alpha.72
Installation command:
docker run -d -p 9000:9000 -p 9001:9001 -v $(pwd)/data:/data -v $(pwd)/logs:/logs rustfs/rustfs:latest