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 file upload error #12

Open
VishalBty opened this issue Apr 9, 2020 · 1 comment
Open

S3 file upload error #12

VishalBty opened this issue Apr 9, 2020 · 1 comment

Comments

@VishalBty
Copy link

Notice: Undefined index: endpoint in C:\xampp\htdocs\addons\CloudStorage\bootstrap.php on line 46, referer: http://localhost/assetsmanager

I was getting an upload error. After I commented the line 46 the issue is gone.
Old line 46 $settings['endpoint'] ? ['endpoint' => $settings['endpoint']] : []

New line 46 //$settings['endpoint'] ? ['endpoint' => $settings['endpoint']] : []

@VishalBty
Copy link
Author

I think the correct code should be this
isset($settings['endpoint']) ? ['endpoint' => $settings['endpoint']] : []

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

No branches or pull requests

1 participant