mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 16:34:30 +01:00
afde340c9e
Before this code we were settig the headers on the PUT request. However this isn't where GCS needs them. After this fix we set the headers in the object upload request itself. This means that we only support a limited range of headers - Cache-Control - Content-Disposition - Content-Encoding - Content-Language - Content-Type - X-Goog-Meta- Note for the last of those are for setting custom metadata in the form "X-Goog-Meta-Key: value". |
||
---|---|---|
.. | ||
googlecloudstorage_test.go | ||
googlecloudstorage.go |