Skip to content
#

app

Here are 7,609 public repositories matching this topic...

directus
rijkvanzanten
rijkvanzanten commented Mar 23, 2021

Currently, we're relying on path.normalize for normalizing the root configuration:

https://github.com/directus/directus/blob/2f163a91b440e753216fcfe5f5d1aea8687f23c4/packages/drive-azure/src/AzureBlobWebServices.ts#L48

However, this causes trouble under Windows, as these third party services rely on Unix paths exclusively (eg / instead of \).

For Azure, GCS, and S3, we should rely o

ErikBjare
ErikBjare commented Dec 11, 2020

The docs are okay, but they have gotten a bit unstructured over time as we've just kept piling things on without any "refactoring". Here are some of the issues I'd like to resolve.

We welcome feedback and pull requests on any of these tasks! We need a fresh set of eyes!

General

  • Clean up structure/old sections (careful not to break any links)
    • The user/developer spli
wave

Improve this page

Add a description, image, and links to the app topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the app topic, visit your repo's landing page and select "manage topics."

Learn more