I'm using Laravel 5.2 Filesystem Storage Class.
And here's how I put the object to my bucket:
Storage::put('s3')->put([$path, $content]);
How do I add StorageClass => REDUCED_REDUNDANCY in the option? I tried to add on config/filesystem.php but it doesn't work
Thanks