Object Storage Dialog |
Description |
![]() |
The Object Storage dialog is used to provision a new bucket on a {ANYNODE}. |
Bucket field | Specifies the name for the bucket. Input guidelines mandate lowercase letters from a to z and digits from 0 to 9, with no spaces allowed. |
{ANYNODE} field | Lists the available {ANYNODE}s where the bucket can be created. |
Send Events toggle | Determines whether bucket events are sent to an Event Hub. |
PUT Event toggle | Indicates whether put events are forwarded to an Event Hub. |
GET Event toggle | Indicates whether get events are forwarded to an Event Hub. |
DELETE Event toggle | Indicates whether delete events are forwarded to an Event Hub. |
Prefix field | A prefix is a string of characters at the beginning of an object key name, used to filter events for object names that start with that prefix. |
Suffix field | A suffix is a string of characters at the end of an object key name, used to filter events for object names that end with that suffix. |
Hub Name field | Lists the available Event Hubs to which the events will be dispatched. |
Enable Encryption toggle | Specifies whether the objects stored in the bucket are encrypted. |
Enable Versioning toggle | Specifies whether object versioning is enabled in the bucket. |
Enable Locks toggle | Specifies whether the bucket will enforce retention locking policies.If set to true, versioning will be enabled automatically. |
Retention Mode field |
Specifies the retention level, which include:
|
Duration field | Specifies the duration of the retention lock in days or years. |
Create button | Saves the bucket configuration and provisions it. |
Cancel button | Abort and close the dialog. |
Object Storage Actions Menu |
Description |
![]() |
On the right-hand side of the Object Storage list view, you will find the "Actions" menu that displays shortcut icons and the dropdown menu icon. Below, we have listed the actions for the Object Storage module. |
Copy ID item | Stores the bucket ID in the clipboard. |
Open Bucket item | Opens the Bucket Explorer dialog, allowing you to browse the contents of a bucket, upload and download objects, and delete objects. |
Delete Bucket item | Opens a confirmation dialog that, if confirmed, deletes the bucket. |
Bucket Explorer Dialog |
Description |
![]() |
The Bucket Explorer dialog provides a file browsing interface for accessing files and folders within Bucket. Below, we have outlined the features of the Bucket Explorer dialog. |
Search for box | Input text to search and filter the explorer view. |
List view | Navigate through folders in the bucket. Click on a file to download it to your local computer. |
Load button | Refreshes and displays the contents of the Bucket. |
Delete button | Deletes the specified files and folders from the Bucket. |
New Folder button | Launches the new folder dialog to create a new folder within the Bucket. |
Upload button | Opens the Files Dialog, allowing you to select files from your local computer to upload to the Bucket. |
Show Versions toggle | The default view displays the latest version of the object. If "Show Versions" is enabled, all versions of the object will be listed. |
Close button | Close the Bucket Explorer dialog. |
The objectstorage PolicyThe following is a list of policy grants that define and regulate access permissions for both users and the API. To manage these policies, please use the Roles dialog. |
||
Grants |
Description |
API Command |
full | Grants full access | ALL |
copy-file | Permits the file copy operation in the storage. | copy-file |
delete | Permits the deletion of the item. | delete |
delete-file | Permits the file delete operation in the storage. | delete-file |
download-file | Permits the download of a file from the storage. | download-file |
edit | Permits access to the "Storage Explorer" dialog. | |
list | Permits listing in the List View area or as JSON objects. | list |
list-bucket | Permits listing of files and folders in the File Explorer dialog or as JSON objects. | list-bucket |
move-file | Permits the file move operation in the storage. | move-file |
new | Permits access to the new "Provisioning" dialog. | |
new-folder | Permits new folder operation in the storage. | new-folder |
read-file | Permits file read operation in the storage. | read-file |
save | Permits execution of the create or update process. | create |
upload-file | Permits file upload operation in the storage. | upload-file Read more in API Builder |
write-file | Permits file write operation in the storage. | write-file |