Skip to content

Commit 7c4c73a

Browse files
authored
Merge pull request ceph#53602 from cbodley/wip-62938
rgw: s3website doesn't prefetch for web_dir() check Reviewed-by: Daniel Gryniewicz <[email protected]>
2 parents 9fbb530 + 7ba05a2 commit 7c4c73a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rgw/rgw_rest_s3.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5285,7 +5285,6 @@ bool RGWHandler_REST_S3Website::web_dir() const {
52855285
std::unique_ptr<rgw::sal::Object> obj = s->bucket->get_object(rgw_obj_key(subdir_name));
52865286

52875287
obj->set_atomic();
5288-
obj->set_prefetch_data();
52895288

52905289
RGWObjState* state = nullptr;
52915290
if (obj->get_obj_state(s, &state, s->yield) < 0) {

0 commit comments

Comments
 (0)