Storage buckets 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). For details on using storage buckets in your automation projects read about Orchestrator activities in the Activities guide.
ストレージ バケットは特定のフォルダーの範囲内に作成されるため、フォルダー機能に対するきめ細かい権限やロールの割り当てモデルを使用できるようになります。これにより、ストレージ バケットやそのコンテンツに、それを必要とするアカウントのみがアクセスできるようになります。必要な権限を持つユーザーだけが、設定されたストレージ バケットのコンテンツを参照し、必要に応じてファイルをアップロードしたりダウンロードしたりすることができます。
[ストレージ バケット] ページでは、現在設定されているバケットが表示され、必要な数だけストレージ バケットを追加で作成できます。
ストレージ プロバイダー
ストレージ バケットは、以下のプロバイダーのいずれかを使用して設定できます。
- Orchestrator
- Azure Storage (WASB)
- Amazon S3
ストレージ バケットの権限
ストレージ バケットとそのコンテンツに対するアクセスと管理は、以下の権限によって制御されます。
Permission | Description |
---|---|
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. |
3 日前に更新