replace Key Prefix With
Parameters
value
Object key prefix to use in the redirect request. For example, to redirect requests for all pages with prefix docs/
(objects in the docs/
folder) to documents/
, you can set a condition
block with key_prefix_equals
set to docs/
and in the redirect
set replace_key_prefix_with
to /documents
.