Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTheElder committed May 2, 2022
1 parent e036421 commit 145a330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/archeio/docs/request-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A -->|Yes, it is a registry API call| F(Is it a blob request?)
F -->|No| G[Serve redirect to GCR]
F -->|Yes, it matches known blob reqest format| H(Is the client IP known to be from AWS?)
H -->|No| G
H -->|Yes| I(Does the blob exist in S3 by way of cached HEAD check on the bucket we've selected based on client IP?)
H -->|Yes| I(Does the blob exist in S3?<br/>Check by way of cached HEAD on the bucket we've selected based on client IP)
I -->|No| G
I -->|Yes| J[Redirect to blob copy in S3]
```

0 comments on commit 145a330

Please sign in to comment.