This repository was archived by the owner on Mar 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 214
[Miniflare 3] Implement more of R2 and add tests #524
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
50d06c9
Move `Range` header implementation from `cache` to `shared`
mrbbot 062ca48
Refactor out common range parsing code in storages
mrbbot 767b27f
Add validation for internal R2 requests
mrbbot cb70518
Support batch `R2Bucket#delete()`ing keys
mrbbot 3383f59
Support ranged-`R2Bucket#get()` with `Range` header
mrbbot cf5fef8
Return `range` from `R2Bucket#head()`
mrbbot 67849ed
Support `R2Bucket#list()` `startAfter` option
mrbbot 6e2ca40
Support `SHA-*` checksums and return from `R2Bucket#{get,head}`
mrbbot fea05fe
Support conditional `R2Bucket#put()`
mrbbot adcd453
Support `secondsGranularity` in `R2Conditional` and add tests
mrbbot e3a9527
Remove unpaired surrogate pair regexp R2 key validation
mrbbot 06e5433
Make `R2Object#version` a hex string
mrbbot 887afbd
Port Miniflare 2's R2 tests
mrbbot 6016107
Enable GitHub actions on `tre` branch
mrbbot 66cf2ec
Add validation for custom metadata size
mrbbot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -93,4 +93,3 @@ export const CACHE_PLUGIN: Plugin< | |
| }; | ||
|
|
||
| export * from "./gateway"; | ||
| export * from "./range"; | ||
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.