> For the complete documentation index, see [llms.txt](https://docs.flashedgecdn.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flashedgecdn.com/faq/flashedge-storage-faq.md).

# FlashEdge Storage FAQ

### What is FlashEdge Storage?

FlashEdge Storage is a scalable and high-performance storage service that seamlessly integrates with FlashEdge CDN, providing reliable solutions for storing static assets, application data, and large media files.

### How is FlashEdge Storage accessed publicly?

Every FlashEdge Storage requires a FlashEdge CDN distribution for public access. After creating a storage, you have to set up a CDN distribution to serve your content publicly.

### How can I privately manage files in FlashEdge Storage?

Private access for browsing, uploading, and downloading files is facilitated through file explorers that support Amazon S3 and specific S3 buckets. The recommended options are detailed in the FlashEdge documentation.

### Can I use AWS CLI to manage FlashEdge Storage?

Yes, you can use AWS CLI to manage FlashEdge Storage. After installing AWS CLI, configure it with your FlashEdge access keys and use standard AWS S3 commands to upload, download, and manage your files.

### Is it possible to connect to FlashEdge Storage using Cyberduck?

Yes, Cyberduck, an open-source client, can connect to FlashEdge Storage. Configure a new connection in Cyberduck by selecting “Amazon S3” as the connection type and entering your FlashEdge Storage access key, secret key, and bucket name.

### How can I secure access to my FlashEdge Storage through HTTPS?

To serve content securely via HTTPS with your custom domain, set up a FlashEdge CDN distribution linked to your FlashEdge Storage and configure your custom domain with SSL/TLS certificates as per the instructions in the FlashEdge documentation.

### Can my files be restored if I mistakenly remove them?

If you accidentally delete files, we’ll not be able to recover them, as the nature of our backend doesn’t allow us to access the files in a different way than you.

### Are my files safe in FlashEdge Storage?

Until you create a publicly accessible FlashEdge CDN distribution, your files will not be publicly available. Even after that, public access is only possible through the FlashEdge CDN distribution domain or, if you set it up, your own custom domain with HTTPS.

### Is encryption available in FlashEdge Storage?

All files saved in FlashEdge Storage are encrypted. However, due to the nature and use case of FlashEdge Storage, which stores publicly accessible content, we don't offer any specific encryption settings.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.flashedgecdn.com/faq/flashedge-storage-faq.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
