Skip to content
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

Transfer functionality to transfer file from one device to another #34

Merged
merged 57 commits into from
Aug 15, 2023

Conversation

lohanidamodar
Copy link
Contributor

No description provided.

src/Storage/Device.php Show resolved Hide resolved
tests/Storage/Device/LocalTest.php Outdated Show resolved Hide resolved
src/Storage/Device/S3.php Outdated Show resolved Hide resolved
Copy link
Contributor

@Meldiron Meldiron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lohanidamodar lohanidamodar requested a review from eldadfux March 20, 2022 05:59
Copy link
Member

@eldadfux eldadfux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a few comments. Do we need to adjust the new adapters as well?

src/Storage/Device.php Show resolved Hide resolved
src/Storage/Device.php Show resolved Hide resolved
@@ -365,13 +416,10 @@ public function write(string $path, string $data, string $contentType = ''): boo
*/
public function move(string $source, string $target): bool
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With this new implementation, could we move the move method implementation to the abstract class and avoid from implementing it in each adapter?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated

@lohanidamodar lohanidamodar requested a review from eldadfux August 5, 2022 01:21
src/Storage/Device.php Show resolved Hide resolved
@abnegate abnegate merged commit c2d1761 into main Aug 15, 2023
@lohanidamodar lohanidamodar deleted the feat-transfer branch August 20, 2023 06:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants