-
Notifications
You must be signed in to change notification settings - Fork 71
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
upload without public directory #104
Comments
Yes, you can use a combination of 'buckets' => [
'my-bucket' => 'public/*'',
] |
I tried changing those options but it does upload public directory itself too with the files under public directory. But I only want to upload inner contents of the public directory not the public directory itself. |
Have you tried excluding the public directory? For it's the default in the package. |
Yes I tried. It seems by default it pushes public directory when I run push command |
I'm also having this issue. Can anyone post a working include/exclude example to make this work please? |
I want to upload assets that exists in public directory but not the public directory itself. Is it possible by changing any config?
The text was updated successfully, but these errors were encountered: