asset transfer warning

This commit is contained in:
Ben Irvin 2023-06-27 12:09:53 +02:00
parent 88c71d5eaa
commit b6a7792d8f

View File

@ -29,3 +29,7 @@ To create your own providers, you must implement the interface(s) defined in `IS
It is not necessary to create both a source and destination provider, only the part necessary for your use. It is not necessary to create both a source and destination provider, only the part necessary for your use.
For examples, see the existing providers such as the local Strapi provider. For examples, see the existing providers such as the local Strapi provider.
## Asset Transfers
Currently, all of the data-transfer providers only handle local media assets (the `/upload` folder). Provider media is currently in development. Therefore, everything related to asset transfers -- including Strapi file structure, restore strategy, and rollback for assets -- is currently treated as `unstable` and likely to change in the near future.