Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Released 1

Table of Contents
minLevel1
maxLevel1
typeflat
separatorpipe

...

Multi-Bucket Support allows multiple AWS buckets to be configured in S-Drive, and files . Files can be uploaded to a particular bucket based on rules you create in a field on the file object.

For each file object (AccountFile, ContactFile, etc) including custom file objects, you can create a field to specify which bucket files will be uploaded to. This can be any kind of field, but a formula field would be most useful.

Each time a file is uploaded, the user can either choose a bucket field will be read and by filling in a field on the upload page, or the file will automatically be uploaded to the specified bucket.

<Give use case examples>

Examples:

AccountFile has a picklist field called “Security” with Restricted, Not Restricted

Bucket field is formula that says if security is restricted, bucket is restricted-bucket. Else bucket is default-bucket. <<<give sample formula>>>

See https://cyangate.atlassian.net/l/c/y1GP2XPB for configuring your buckets. a particular bucket based on some criteria you set up. If no bucket is specified, the file will go to the default bucket, which is defined by you.

See Multi-Bucket Support for more information

...