Bucket Actions
Each bucket has an Actions menu with the following options:
- Object Versioning
- Presigned URL
- Lifecycle Rule
- Replication Rule
- Empty
- Add to CDN
- Delete
Object Versioning
Object Versioning preserves every version of every object in a bucket, protecting against accidental overwrites and deletions.
To enable versioning, open the Actions menu and select Object Versioning. Toggle the switch to enable it.
Once enabled, each new upload of an existing object creates a new version instead of overwriting the previous one.
For full details on managing versions, see Object Versioning.
Presigned URL
A Presigned URL grants time-limited access to a specific object without requiring credentials. It can be used to share a file for download or to allow an external application to upload directly to your bucket.
To generate a Presigned URL:
- Open the Actions menu and select Presigned URL.
- Select the URL type: Download or Upload.
- Set the expiry duration.
- Click Generate URL.
Copy the generated URL and share it as needed. The URL expires after the configured duration.
Lifecycle Rule
A Lifecycle Rule automatically deletes objects after a defined period, helping manage storage costs for time-limited data.
To create a lifecycle rule:
- Open the Actions menu and select Lifecycle Rule.
- Enter the rule name and the number of days after which objects should be deleted.
- Click Save.
To view and manage existing rules, see the Bucket Lifecycle tab in the bucket detail panel.