Skip to content

Commit 54bb19a

Browse files
committed
remove storage bucket redirect.
1 parent 74531b0 commit 54bb19a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pkg/pub_integration/test/exported_bucket_test.dart

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ void main() {
3939
...rq.requestedUri.pathSegments
4040
]);
4141

42-
// archive files are served from the storage bucket directly
43-
if (rq.requestedUri.path.endsWith('tar.gz')) {
44-
return shelf.Response.seeOther(proxyUri);
45-
}
46-
4742
// other requests are proxied
4843
final rs = await http.get(proxyUri);
4944

0 commit comments

Comments
 (0)