plugins.asciidoc 924 B

1234567891011121314151617181920
  1. [[breaking_70_plugins_changes]]
  2. === Plugins changes
  3. ==== Azure Repository plugin
  4. * The legacy azure settings which where starting with `cloud.azure.storage.` prefix have been removed.
  5. This includes `account`, `key`, `default` and `timeout`.
  6. You need to use settings which are starting with `azure.client.` prefix instead.
  7. * Global timeout setting `cloud.azure.storage.timeout` has been removed.
  8. You must set it per azure client instead. Like `azure.client.default.timeout: 10s` for example.
  9. See {plugins}/repository-azure-repository-settings.html#repository-azure-repository-settings[Azure Repository settings].
  10. ==== Google Cloud Storage Repository plugin
  11. * The repository settings `application_name`, `connect_timeout` and `read_timeout` have been removed and
  12. must now be specified in the client settings instead.
  13. See {plugins}/repository-gcs-client.html#repository-gcs-client[Google Cloud Storage Client Settings].