Skip to content

Commit

Permalink
Fix s3 and http
Browse files Browse the repository at this point in the history
  • Loading branch information
geetanshjuneja committed Dec 29, 2024
1 parent f997a1d commit 3f0e81f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion core/src/services/http/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ impl Access for HttpBackend {
stat: true,
stat_with_if_match: true,
stat_with_if_none_match: true,
stat_with_if_none_match: true,
stat_has_cache_control: true,
stat_has_content_length: true,
stat_has_content_type: true,
Expand Down
1 change: 0 additions & 1 deletion core/src/services/s3/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,6 @@ impl Access for S3Backend {
stat_has_cache_control: true,
stat_has_content_length: true,
stat_has_content_type: true,
stat_has_content_encoding: true,
stat_has_content_range: true,
stat_has_etag: true,
stat_has_content_md5: true,
Expand Down

0 comments on commit 3f0e81f

Please sign in to comment.