-
Notifications
You must be signed in to change notification settings - Fork 62
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
Refactor 28 generic s3 #45
Open
christyjacob4
wants to merge
24
commits into
main
Choose a base branch
from
refactor-28-genericS3
base: main
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.
Open
Changes from 3 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
52dcf11
bla
shimonewman 6092942
S3 adapter refactor
shimonewman 2f25d8a
tidy
shimonewman 196d8af
add generic test
shimonewman 8a22dec
changed blackBlase region
shimonewman 687be2f
changed s3 region
shimonewman e769380
changed s3 region
shimonewman 47b6355
test fix
shimonewman f30737c
wasabi
shimonewman 270c875
wasabi test
shimonewman 8e74e82
wasabi test
shimonewman 49c9afe
wasabi test
shimonewman ab04452
preceding slash fix
shimonewman 16a82a4
Wasabi
shimonewman d53e4b0
remove leading /
shimonewman 7dee353
run all test
shimonewman 3d4fbf6
Update src/Storage/Device/Linode.php
shimonewman 4f6adbd
Switched generic to s3
shimonewman de30808
Merge remote-tracking branch 'origin/refactor-28-genericS3' into refa…
shimonewman 8b4e607
resolve conflict
shimonewman 50fec00
resolve conflict
shimonewman edfcaec
resolve conflict
shimonewman d546db8
backblaze storage adapter renaming
shimonewman fd571d2
backblaze storage adapter renaming
shimonewman 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 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 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.
We should have a better name for
Generic
?Can we use
S3
as base instead of creating newGeneric
?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.
S3 is also one of Generic child's.
Can be S3Base? or S3Compatible
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.
What's the difference in S3 itself and Generic? if there is a difference then yes Generic can
S3Base
-S3Base
sounds more reasonable thanS3Compatible
.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.
ok