Vinelab / cdn

CDN Assets Manager Package for Laravel.
MIT License
214 stars 71 forks source link

push to multiple buckets #106

Open andersonaragao opened 7 years ago

andersonaragao commented 7 years ago

how i do upload for multiple buckets? I tryed the example, but unsussesfull.

'buckets' => [
                    'mybucket-js'   =>  ['public/js'],
                    'mybucket-css'  =>  ['public/css'],
                ],

all files updated to first bucket.