forked from samcamwilliams/HyperBEAM
-
Notifications
You must be signed in to change notification settings - Fork 71
feat: Support Store S3 #520
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
Open
speeddragon
wants to merge
29
commits into
permaweb:edge
Choose a base branch
from
NewEstablishment:speeddragon/s3_store_new
base: edge
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,409
−3
Open
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
be92000
feat(s3): s3 store
shyba a89746c
feat(s3): fix deps, fix scope, fix other bugs
shyba b076be7
style: code cleanup
nikooo777 e88a871
fix: Trying to fix link_fragment_test
speeddragon 9321a4e
fix: reset call
speeddragon 489626a
fix: Improve logic in not_found link. 1 test failing
speeddragon 6e48ded
fix: tests
speeddragon 20c0d39
test: Add s3 cache to hb_cache and hb_store tests
speeddragon efa25bc
test: Add hb_store_s3 to hb_cache and hb_store test suite
speeddragon 12b787d
test: Do not run match on hb_store_s3
speeddragon b4fa6d4
impr: code error handling, tests and test documentation
speeddragon 039900c
impr: Fix code style and minor issues
speeddragon 421efd9
impr: Prefix config
speeddragon 18e8598
impr: Remove hackney, support gun for S3, clean up code
speeddragon 4426e36
impr: code clean up
speeddragon 4b648c5
impr: small changes and code clean, remove prefix
speeddragon e74a4d6
fix: http requests with hb:start_mainnet/1
speeddragon e3047ec
impr: Move docs to S3, revert start fix with start_mainnet
speeddragon c065aca
fix: Changet boolean to binary, boolean not support as ao-type
speeddragon 9d6bbfd
refactor: remove links and groups, simplify code
speeddragon c05c002
fix: missing cache bug
speeddragon 80380c7
feat: Add sharding
speeddragon 9bb98c8
fix: compile error on non s3 profile
speeddragon 8b93474
fix: shard_key and resolve bugs
speeddragon 0fb7ad3
style: Minor details
speeddragon 13d4e80
fix: rebase
speeddragon e17a9a8
fix: Improvements
speeddragon b64dfce
fix: Add erlcloud to release under S3 profile
speeddragon 4712906
fix: Proper fix to release with and without s3 profile
speeddragon 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
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.
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.
This is necessary to use
hb_http_clientinhb_store_s3requests.