Skip to content

Commit

Permalink
Add documentation about auto-adding source bucket (#4258)
Browse files Browse the repository at this point in the history
Co-authored-by: Dr. Ernie Prabhakar <[email protected]>
  • Loading branch information
fiskus and drernie authored Dec 13, 2024
1 parent 35b954b commit ea89fb9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/Catalog/Preferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,18 @@ ui:
defaultSourceBucket: s3://bucket-b
```

Note that the `ui.sourceBuckets` is empty by default.
As a result, when users create or revise a package in a new bucket
they can't add files from any bucket, including that one.
Instead, you need to manually add a configuration file,
or click "auto-add current bucket"
(which will create or edit the configuration file to add
the current bucket to the list of `ui.sourceBuckets`)

![Users can auto-add the current bucket to ui.sourceBuckets](../imgs/auto-add-source-bucket.png)

#### `ui.package_description` example

```yaml
ui:
package_description:
Expand Down
Binary file added docs/imgs/auto-add-source-bucket.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ea89fb9

Please sign in to comment.