orchestrator
2020.10
false
- Getting started
- Best practices
- Tenant
- Actions
- Folders Context
- Automations
- Processes
- Jobs
- Triggers
- Logs
- Monitoring
- Queues
- Assets
- Storage Buckets
- Managing Storage Buckets
- Moving Bucket Data Between Storage Providers
- Test Suite - Orchestrator
- Action Catalogs
- Profile
- System Administrator
- Identity Server
- Authentication
- Other Configurations
- Integrations
- Classic Robots
- Troubleshooting
Managing Storage Buckets
OUT OF SUPPORT
Orchestrator User Guide
Last updated Dec 12, 2023
Managing Storage Buckets
- From the Storage Buckets page, click the Edit button corresponding to the desired bucket. The bucket is opened for editing.
- Change the desired fields.
Note: The editable fields vary depending upon the storage provider used.
- Click Update. The bucket is updated and you are returned to the Storage Buckets page.
- From the Storage Buckets page, click the Delete button corresponding to the desired bucket.
- You are prompted Are you sure you want to delete the selected items?
- Select No to cancel or Yes to confirm and delete the selected bucket.
- From the Storage Buckets page, click the name of the desired bucket. The bucket is opened for viewing.
- Click the Download button corresponding to the desired file. The download dialog is displayed prompting you to either open or save the selected file.
The file search option within storage buckets is based on file globbing, which means that you need to use wildcards to find a desired file. This is detailed in the topic dedicated to the List Storage Files activity, but you can also check out the example below for some common use cases.
Suppose you have a storage bucket containing the following files:
-
If you want to search for all files with a certain extension, such as .jpg files, you need to enter the following in the Search field:
*.jpg
.The search results will bedoc1.jpg
anddoc2.jpg
. -
If you want to search for a file whose name contains a certain character or character sequence, such as
voi
, you need to enter the following in the Search field:*voi*
.The search result will beinvoice1.pdf
. -
If you want to search for a file whose name begins with a certain character or character sequence, such as
u
, you need to enter the following in the Search field:u*
.The search result will beuipath.png
.