We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b655149 commit 6d4e654Copy full SHA for 6d4e654
docs/spec/v1beta2/buckets.md
@@ -785,6 +785,15 @@ credentials for the object storage. For some `.spec.provider` implementations
785
the presence of the field is required, see [Provider](#provider) for more
786
details and examples.
787
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
797
### Ignore
798
799
`.spec.ignore` is an optional field to specify rules in [the `.gitignore`
0 commit comments