laravel-google-cloud-storage
laravel-google-cloud-storage copied to clipboard
Custom metadata
Hi,
In the Google Cloud Bucket it is possible to add custom metadata (key/value) to files.
The Laravel Storage only provides 'size' and 'lastModified' but other custom data should be visible under the PHP 'show_headers' function.
None of the custom metadata comes up. Is there a possibility to retreive these and maybe set them when uploading a file?
Thanks.