Skip to content

Comments

fix: tus upload using wrong upload URL#2

Merged
TheOneRing merged 1 commit intoopencloud-eu:masterfrom
rhafer:fixtus
Apr 2, 2025
Merged

fix: tus upload using wrong upload URL#2
TheOneRing merged 1 commit intoopencloud-eu:masterfrom
rhafer:fixtus

Conversation

@rhafer
Copy link
Member

@rhafer rhafer commented Apr 1, 2025

Don't misuse the Fs struct for returning the TUS upload location. The Fs struct is shared for the whole session, but the upload location varies per Upload. Using the Fs struct caused different Upload of overwrite each other's upload location.

Don't misuse the Fs struct for returning the TUS upload location. The
Fs struct is shared for the whole session, but the upload location
varies per Upload. Using the Fs struct caused different Upload of
overwrite each other's upload location.
Copy link
Member

@dragotin dragotin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome.

Copy link
Member

@micbar micbar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch 👏

@TheOneRing TheOneRing merged commit e149453 into opencloud-eu:master Apr 2, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants