Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support S3-compatible blob storage #1071
Support S3-compatible blob storage #1071
Changes from 250 commits
7f10c97
f4368ee
a236c1f
ca4a05a
58c536f
96c8e2e
3346494
d69f948
c4d16aa
792eb18
8929347
cc34846
4542666
90559c0
63a9709
96c75f7
84afe86
c2325e9
28bf1ab
a967f4f
f156bb6
b8d334c
2a8ff47
92f7d16
0c5e7e9
d7a40e4
11c9353
40d34f3
18a5335
025bb61
24fbd21
7526560
65dd842
080b9a2
26f28c9
89fcec4
df29a06
910b3f8
57cbc5a
bc89109
8b0f955
9cc42c1
da81754
c1ba695
a8bfa45
9e7db67
4e60a92
31a8bc2
920db9b
462b606
4e03bb1
ca8fd8d
b2f2710
22fb07b
7351e9d
279ec5a
238a5f1
b352c70
73db3fe
5321a9b
5190c2d
2e3e3f7
4dd7f81
e081a45
8d10fc1
cebcfb9
1acbf8b
5c32a76
a10534f
cc8d062
42fe3b4
ec45da5
08ce51b
e1d3be6
e778cca
1d16d75
e7986a2
452bec4
8723f7f
9b7456f
891b9fc
2e6b4aa
9899b9a
07cc1ad
930805d
ebf0626
cc56f29
1c7f25e
e93ef3f
d8cb870
ea35218
9433543
8b96366
fb6256d
9059267
7e6d06b
9c574c9
c3f264a
0916f01
a40bdcb
707809a
695be70
242852f
ec55e87
c4a2c91
063c99c
7f5a1c9
24f71ea
87f3bff
67672fe
536b3b7
c37a895
7a9ff63
e0cf527
2ef4118
cb8c3f4
df011cc
be3c7c6
264750f
e931572
ab47ab4
2a005b7
5b3b24b
7313891
accd6eb
974fc3c
c9f7473
23d8b7e
3c173d1
a6e12b2
8c1db35
a0134b3
46237ba
f46c9cf
73dc0f0
20fe7a4
e3b2eb4
26dcb3f
0da8fea
9e0a0e3
1c90d26
3d2e453
ac4d9f1
a6a3041
e3aa773
59ccda0
0a6a354
5ac294c
b88444a
9d1004f
cb655ca
bf30e4e
2dea757
836cb31
acb0565
4398676
d6caffe
a55832c
9cd3fbd
f893030
aefd213
bdbfd36
4c2d202
b4f87b5
bac3d4a
ac214cc
44e9f67
9dcd901
5c7de0a
b5bd8cf
d70b86c
956ce2f
18a3083
62b0709
888f75a
c1b7fe0
8f687e6
b0f7d0e
d4d57bf
9b230d4
590a456
2490138
85cf814
eeb4114
e7209a5
4fc3e41
c2e932d
5fc65eb
63e3130
a7f4442
4e4ef4a
69c1411
b143d19
acadfc1
6a15168
773ad92
6109e43
4139b1d
e467898
6161eb6
37b82f4
b0820a9
7d0f703
8c38514
d3cde93
5d8d95f
de6adce
77b00a5
1eca836
76cdcb3
87d482e
2c4b9f0
1324ada
ffe101f
08b4f6e
ed5695a
2639f5a
3e3d856
5ad1944
3d97ddf
452ca71
ef52d1c
18261a4
fef1d25
e5f8c8f
b1b0cdd
077b509
627928c
0114300
45da0a6
3cd892b
cf80876
cc3805f
c068356
cd44b5e
6a7a9e0
aeaaf14
221f081
d03a98f
116d48b
e35646a
d569f2c
b8aae1c
f9e3b69
f2b732d
7c91aba
e391c4d
d9bb2db
94bc690
ce22192
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see what you mean about this query:
(Just highlighting this one because it seemed like the smallest example.)
Maybe it's okay to leave it like this since there are only about 4 places blobs are used (unless you have an idea for some clever alternative):
urlForBlob
instead ofgetContentFor
line the ones above) the http blob responseAs long as each of these 4 paths is tested, since each might have a different behavior if there is an error fetching from S3.
Some errors i'm thinking of: