-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stream artifacts from content-app if using non-local filesystem storage
This commit removes the check against `REDIRECT_TO_OBJECT_STORAGE` from the Registry handler that caused Pulp to stream content only when a user opted for it. Now, the content is always streamed from content-app when using non-local filesystem storage. closes #1493
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Fixed a bug that caused intermittent failures during the pull-through caching when using non-local | ||
filesystem storage. |
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