29 lines
810 B
Markdown
29 lines
810 B
Markdown
---
|
|
name: Bug report
|
|
about: Report a bug or incorrect behavior
|
|
title: ''
|
|
labels: bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Describe the bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**To Reproduce**
|
|
Steps to reproduce the behavior:
|
|
1. Execute command '...'
|
|
2. Start upload '....'
|
|
3. See error
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Setup details**
|
|
Please provide following details, if applicable to your situation:
|
|
- Operating System: [e.g. Linux, Windows, macOS]
|
|
- Used tusd version: [can be obtained by running `tusd -version`]
|
|
- Used tusd data storage: [e.g. disk store, AWS S3, Google Cloud Storage]
|
|
- Used tusd configuration: [what arguments are you using to invoke `tusd`?]
|
|
- Used tus client library: [e.g. tus-js-client, tus-java-client, TUSKit, Uppy.js]
|