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
0646a0f
feat(s3): s3 store
shyba 9433597
feat(s3): fix deps, fix scope, fix other bugs
shyba 5787763
style: code cleanup
nikooo777 ab6af28
fix: Trying to fix link_fragment_test
speeddragon 40cf67c
fix: reset call
speeddragon b43e44c
fix: Improve logic in not_found link. 1 test failing
speeddragon bf848b2
fix: tests
speeddragon 68b372a
test: Add s3 cache to hb_cache and hb_store tests
speeddragon 8d01042
test: Add hb_store_s3 to hb_cache and hb_store test suite
speeddragon 2657598
test: Do not run match on hb_store_s3
speeddragon 150c289
impr: code error handling, tests and test documentation
speeddragon 2e4cbc7
impr: Fix code style and minor issues
speeddragon 95d016b
impr: Prefix config
speeddragon 0b057e8
impr: Remove hackney, support gun for S3, clean up code
speeddragon 656922b
impr: code clean up
speeddragon 1af74fb
impr: small changes and code clean, remove prefix
speeddragon 82791b2
fix: http requests with hb:start_mainnet/1
speeddragon 9aaccf0
impr: Move docs to S3, revert start fix with start_mainnet
speeddragon f24662c
fix: Changet boolean to binary, boolean not support as ao-type
speeddragon b2a2198
refactor: remove links and groups, simplify code
speeddragon f2b7c60
fix: missing cache bug
speeddragon 87756d9
feat: Add sharding
speeddragon 56caed6
fix: compile error on non s3 profile
speeddragon e18a8ec
fix: shard_key and resolve bugs
speeddragon 284e738
style: Minor details
speeddragon cf0c65f
fix: rebase
speeddragon fe11c7b
fix: Improvements
speeddragon 64bbfc1
fix: Add erlcloud to release under S3 profile
speeddragon 5054c60
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.