🧡 Skip to main content🔍 Skip to search

To skip processing specific files or directories, employ the exclude options for Google Cloud Storage. Specify exact names or use wildcards for wider matching. This applies to both files and entire directory hierarchies, including subfolders · Learn file masks and wildcards

ExcludeDetails
Exclude mask Customize file exclusions in your Google Cloud Storage bucket by specifying full filenames or employing wildcard patterns. Use the asterisk * to match any number of characters and the question mark ? to represent a single character. This flexibility allows you to exclude groups of objects with similar names or extensions.

To define multiple exclusion patterns, separate them using the vertical bar | character.
Examples:
  • *.zip
  • *.tmp | *.log | draft_*.*
  • 2023-??-??.pdf | ??-??-2023.pdf
Exclude directories Set up directory exclusions using exact names or wildcard patterns. The asterisk * matches any sequence of characters in a prefix, while the question mark ? substitutes a single character.

To specify multiple directory exclusions use the pipe symbol | as a separator. This feature allows the exclusion of directory hierarchies representing multiple levels · Learn folder masks and wildcards
Examples:
  • backup_files
  • support/closed | support/*/logs
  • inventory-2023-?? | inventory-2024-??

How automation works? A 90-second journey.

Need a helping hand?

If you have any questions, please do not hesitate to contact our support team.