Matthew Frederico
Matthew Frederico
I second this motion.
Duplicate of #https://github.com/gabrielbull/php-ups-api/issues/327
I believe he has not merged dev -> master yet - so use the 'dev' branch .. This gets is *KINDA* working: php artisan key:generate php artisan migrate npm i...
But even after that - its got some sass crap that mungle my domain and it's just unusable.
Side note: I'd be willing to provide a key and ARN to a wasabi s3 bucket for testing if necessary.
Looking at the diffs between 1.1.0 (fcf78eb936632d66215c6b8019c6c71ee224454a) and 1.0.0 (5f49759b8bf284027981b9a3a03564b51deaaf42) - It does appear that the addition of the **chunked stream** is new. I'm curious if this is an incompatibility...
Hmm.. that doesn't seem to do it either .. I did also find this sad-fact with wasabi: https://wasabi.com/wp-content/themes/wasabi/docs/API_Guide/index.html#t=topics%2FAuthenticating_Requests.htm Apparently if it's a AWS4 version signature, it *ALWAYS* has to go...
a blank s3bucket.ini (parsed from script) fill in your details - if you need a wasabi ARN / key secret for testing I can give you one offline. ``` accessKey=...
I have tried this - using a header('connection: close') on regular php works great. However for some reason flight doesn't allow the "connection" header to be modified. I'm looking to...
Putting this in a route works: ``` header('X-Accel-Buffering: no'); header( 'Content-type: text/html; charset=utf-8' ); echo 'Begin ...'; for( $i = 0 ; $i < 10 ; $i++ ) { echo...