X-Amz-Content-Sha256: STREAMING-UNSIGNED-PAYLOAD-TRAILER
I believe the problem here is related to X-Amz-Content-Sha256: STREAMING-UNSIGNED-PAYLOAD-TRAILER
Indeed, it's not implemented currently.
I think we probably want this to be a hard error that makes garage exit immediately, because the only reason for this is a syntax error in the config file which is the admin's fault
New options should also be added in the example config file at the beginning of the page (that contains an instance of all configuration parameters), as well as in the index/list of everything at the beginning of "available configuration options".
garage block list-errors
shows errors after cluster layout change and node reboot
I noticed for all four blocks, garage block info $block_id still reports "Error: No matching block found" only if executed on node3. Is this expected to be a node-local command?
Yes, it's a…
garage block list-errors
shows errors after cluster layout change and node reboot
garage block list-errors
shows errors after cluster layout change and node reboot
I think this is mostly normal behavior of Garage, especially given that:
- no data that you stored in the S3 API was lost
- the situation normalized itself after some time
The block errors…
Yes, PRs are welcome. Make sure that the new behavior is well documented in the config file reference page.