---
title: "Working with Folders and FIles"
slug: "working-with-folders-and-files"
description: "Review folder details and make the folder public or private. Review file details with options to rename the file, link to a file that has public access, add or change file tags, make a file public, download the file, copy the file path, share the file with a presigned URL, or delete the file."
tags: ["File Details panel", "Private folder permission", "Public folder permission"]
updated: 2026-05-08T20:25:59Z
published: 2026-05-08T20:25:59Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wasabi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Working With Folders and Files

## Reviewing Folder Details

You can review folder details and make the folder public or private (if the public access feature is available to you).

### Accessing Folder Details

1. Click the folder icon ![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/working-with-buckets-and-objects-image-gbhjdjwf.png) to view the Folder Details on the right side of your screen.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/image-1697568373030.png)
2. The folder name is displayed. If public access is available, **Make Folder Public** is displayed, and you can enable this option as described for [Bucket and Object Access](https://docs.wasabi.com/docs/bucket-access).
3. Click **X**to close the Folder Details.

## Reviewing File Details

You can review file details and then:

- [Rename the file](https://docs.wasabi.com/docs/working-with-folders-and-files#renaming-a-file)
- Link to a file that has public access, described in the *Product Guide* ([Bucket and Object Access](https://docs.wasabi.com/docs/bucket-access))
- Add or change file tags, described in the *Product Guide* ([Object Tags](https://docs.wasabi.com/docs/object-tags))
- Make a file public if this option is available, as described in the *Product Guide* ([Bucket and Object Access](https://docs.wasabi.com/docs/bucket-access))
- [Download the file](https://docs.wasabi.com/docs/working-with-folders-and-files#downloading-a-file)
- [Copy the file path](https://docs.wasabi.com/docs/working-with-folders-and-files#copying-the-file-path)
- [Share the file with a presigned URL](https://docs.wasabi.com/docs/working-with-folders-and-files#sharing-a-file-with-a-presigned-url)
- [Delete the file](https://docs.wasabi.com/docs/working-with-folders-and-files#deleting-a-file)

### Accessing File Details

1. Click anywhere (except ![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/image-1697138697011.png)) in the row of the file for which you want details. File Details are displayed on the right side of your screen.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/image-1718054017105.png)

You can review the file details (file name, size, date/time last modified, and version identification number if versioning is enabled). Additional tools are provided, as described in this article.
2. Click **X**to close the File Details panel.

### Renaming a File

You can change the name of a file.

1. On the File Details panel, click ![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/image-1697575932273.png) to the right of the file name on the File Details panel.
2. Enter a new name for the file.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/image-1718054070252.png)

Avoid the use of the following special characters in a file name: % (percent) < (less than symbol) > (greater than symbol) \ (backslash) # (pound sign) ? (question mark)

> Certain file names may have non-ASCII characters that are 4 byte UTF8 characters (such as emojis). Wasabi does not support these characters and will return a 400 error message to an application that tries to write a file with 4 byte UTF characters in the file name. We recommend renaming the affected files, if possible.
3. Optionally, check the box to overwrite any existing file that uses the name to which you are renaming.
4. Click **Rename**.

### Downloading a File

You can download a file to your local computer. On the File Details panel, click the **Download File** button. The file is downloaded to your local Downloads folder and ready to open, save, etc.

### Copying the File Path

You can copy a file path, which is the path within the bucket. This might be useful, for example, to copy into an API call, such as to delete a file. On the File Details panel, click the **Copy Path**button. A message under the **Copy Path**button indicates that the object path is copied to the clipboard.

### Sharing a File with a Presigned URL

You can share an object for up to 12 hours or until your session expires. To share, you create a presigned URL, which uses security credentials and lets you grant time-limited permission to download the object through a browser or application. Refer to [Presigned URLs: Generating for Temporary Access](https://docs.wasabi.com/docs/how-do-i-generate-pre-signed-urls-for-temporary-access-with-wasabi) for additional information.

> Until the time-limited permission expires, anyone can access an object shared with a presigned URL—even if the bucket and object are private.

1. On the File Details panel, click the **Share with Presigned URL**button to grant access to an object for a specific period of time.
2. Enter the number of hours and minutes for which the file will be shared.![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/image-WIZ0VO31.png)
3. Click **Create Presigned URL**.
4. A message shows the URL created for this object. Be sure to copy the URL before closing this window. **Once this window is closed, you will no longer be able to copy the presigned URL.**

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/image-1718054305605.png)
5. Click **Close**.

### Deleting a File (Deleting Data)

You can easily remove a file (data) from a bucket.

> When you delete a file, all objects stored with the Wasabi service are subject to Wasabi’s minimum storage policy, which applies even if the objects are deleted. For additional information, refer to [wasabi.com/pricing](http://www.wasabi.com/pricing).

> You cannot delete a file from a compliance bucket.

1. On the File Details panel, click the **Delete File**button.
2. A message prompts you to confirm that you want to delete the file.

> The **Delete File**button deletes only the file listed on the File Details panel. If you want to select multiple files for deletion, use the Delete option on the More Options menu (see [Deleting One or More Folders or Files](/docs/working-with-folders-and-files#deleting-one-or-more-folders-or-files)).

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/image-1718054454699.png)
3. Click **Delete** if you are sure you want to delete the file.

> Wasabi calculates data every 24 hours when determining quota for buckets. If you attempt to free up quota space by deleting files, it may take up to 24 hours for that change to be effective in Wasabi and allow you to continue uploading data.

For more information, refer to [Deleted Data (Files and Objects)](https://docs.wasabi.com/docs/what-happens-when-a-file-object-is-deleted).

## Related

- [Resetting the Account Password](/resetting-the-account-password.md)
- [Trial Limit and Expiration](/trial-data-limit.md)
- [Upgrading to a Paid Plan](/upgrading-to-a-paid-plan.md)
