rclone/docs
Nick Craig-Wood afde340c9e gcs: fix --header-upload - #59
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".
2020-05-06 17:34:23 +01:00
..
content gcs: fix --header-upload - #59 2020-05-06 17:34:23 +01:00
i18n website: Adapt to hugo v0.27.1 2017-09-30 09:19:53 +01:00
layouts Version v1.51.0 2020-02-01 10:40:01 +00:00
static docs: fix in-page anchor navigation positioning 2019-12-22 23:33:12 +00:00
README.md How to build the docs 2014-04-17 22:39:23 +01:00
config.json website: Adapt to hugo v0.27.1 2017-09-30 09:19:53 +01:00

README.md

Docs

See the content directory for the docs in markdown format.

Use hugo to build the website.