Subscribe

UiPath Orchestrator

The UiPath Orchestrator Guide

About Storage Buckets

Storage buckets are used to provide a per-folder storage solution for RPA developers to leverage in creating automation projects (e.g. for a .pdf file used across multiple business processes or data sets used for your machine learning models).

As storage buckets are created within the scope of a given folder, this enables you to use the fine-grained permissions and role assignment models of the Folders feature to control access to these storage buckets and their contents only to those users and/or robots that need it. Users with the required permissions can browse the contents of any configured storage bucket, and upload or download files as desired.
See Permissions for Storage Buckets.

The Storage Buckets page displays your currently configured buckets and enables you to create as many additional storage buckets as needed.

For details on using storage buckets in your automation projects see here.

Storage Providers

Storage Buckets can be configured using any of the following providers:

  • Amazon S3
  • Azure Storage (WASB)
  • Orchestrator
  • FileSystem
  • MinIO

🚧

Important!

FileSystem is disabled by default on both new installations and upgrades.

To enable this provider, you need to explicitly specify it as a Buckets.AvailableProviders value in the UiPath.Orchestrator.dll.config file, and then add the FileSystem paths to an allowlist using the Buckets.FileSystem.Allowlist setting.

Considering that creating a FileSystem allowlist via the Buckets.FileSystem.Allowlist setting has a series of security implications, you are strongly advised to refer to Using the FileSystem Storage Allowlist Securely before proceeding.

Storage Buckets Permissions

Access to and control over storage buckets and their contents is governed by the following permissions:

PermissionDescription
Create Storage Buckets - allows the creation of new storage buckets.
Storage Files- allows the creation of new files in storage buckets.
Edit Storage Buckets- allows the editing of existing storage buckets.
View Storage Buckets- allows access to bucket contents. Required for any file operations within buckets.
Storage Files- enables browsing and download of bucket contents.
Delete Storage Buckets- allows the deletion of existing storage buckets.
Storage Files- allows the deletion of files in storage buckets.

Updated about a year ago


About Storage Buckets


Suggested Edits are limited on API Reference Pages

You can only suggest edits to Markdown body content, but not to the API spec.