-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Invoke headers callback when CopyObject request is bypassed (#180)
* Invoke headers callback when CopyObject request is bypassed Prior to this fix the headers callback was invoked only when the Copy meta request performed a multi-part copy, but not when the object was small and resulted in a bypassed CopyObject request. This commit fixes the issue, invoking the headers callback in both cases.
- Loading branch information
Cesar Mello
authored
Feb 21, 2022
1 parent
d8b72f5
commit 8af5489
Showing
2 changed files
with
49 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters