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

S3 fix #48

Merged
merged 5 commits into from Nov 28, 2020
Merged

S3 fix #48

merged 5 commits into from Nov 28, 2020

Conversation

advoor
Copy link
Owner

@advoor advoor commented Nov 28, 2020

Merging #46 with some minor tweaks + resolving #47

@advoor advoor merged commit 828ddef into master Nov 28, 2020
@advoor advoor deleted the s3-fix branch November 28, 2020 23:24
} else {
$newPath = Storage::disk(config('nova-editor-js.toolSettings.image.disk'))->path($newThumbnailPath);
}

$this->applyAlterations($newPath, $setting);

Choose a reason for hiding this comment

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

If applyAlterations is called after Storage::disk(config('nova-editor-js.toolSettings.image.disk'))->copy($path, $newThumbnailPath);, doesn't that mean the image on s3 is the un-altered thumbnail? (i.e. not really a thumbnail).

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.

None yet

4 participants