-
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
Feat 3986 azure blob storage adapter implementation #81
Open
jamesrcramos
wants to merge
45
commits into
utopia-php:main
Choose a base branch
from
jamesrcramos:feat-3986-AzureBlob-storage-adapter
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
Feat 3986 azure blob storage adapter implementation #81
jamesrcramos
wants to merge
45
commits into
utopia-php:main
from
jamesrcramos:feat-3986-AzureBlob-storage-adapter
Conversation
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
* Added new storage adapter file 'src/Storage/Device/AzureBlob.php' * Introduced new device constant on file 'src/Storage/Storage/Storage.php' * Added new device adapter test file 'tests/Storage/Device/AzureBlobTest.php'
…ts helper functions
…com/jamesrcramos/storage into feat-3986-AzureBlob-storage-adapter
…ntation of S3 deletePath implementation
…rors from 21 to 3.
…Hash() function in AzureBlobTest.php.
…ore submitting a PR.
stnguyen90
approved these changes
Nov 1, 2023
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.
Hey 👋 awesome work on your PR! We've approved your work and it'll be merged soon!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Co-authored by @ArtP1 and @softTam
What does this PR do?
This PR integrates Microsoft's Azure Blob storage adapter into the storage repo. This completes phase 1 of 2 of implementing a new storage adapter.
Test Plan
We utilized the provided command
vendor/bin/phpunit --configuration phpunit.xml
to run unit tests we curated for the Azure storage ecosystem.Related PRs and Issues
🗄️ Extend Appwrite Storage with Azure Blob Storage Adapter #3986