Skip to content

Commit 6d4e654

Browse files
committed
Document Bucket prefix field
Signed-off-by: Stefan Prodan <[email protected]>
1 parent b655149 commit 6d4e654

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/spec/v1beta2/buckets.md

+9
Original file line numberDiff line numberDiff line change
@@ -785,6 +785,15 @@ credentials for the object storage. For some `.spec.provider` implementations
785785
the presence of the field is required, see [Provider](#provider) for more
786786
details and examples.
787787

788+
### Prefix
789+
790+
`.spec.prefix` is an optional field to enable server-side filtering
791+
of files in the Bucket.
792+
793+
**Note:** The server-side filtering works only with the `generic` and `aws`
794+
[provider](#provider) and is preferred over [`.spec.ignore`](#ignore)
795+
as a more efficient way of excluding files.
796+
788797
### Ignore
789798

790799
`.spec.ignore` is an optional field to specify rules in [the `.gitignore`

0 commit comments

Comments
 (0)