laravel-google-cloud-storage icon indicating copy to clipboard operation
laravel-google-cloud-storage copied to clipboard

Custom metadata

Open GinJus opened this issue 2 years ago • 0 comments

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.

GinJus avatar Sep 08 '22 10:09 GinJus