You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 16, 2024. It is now read-only.
|`adapter` * |[Adapter](https://github.com/payloadcms/plugin-cloud-storage/blob/c4a492a62abc2f21b4cd6a7c97778acd8e831212/src/types.ts#L46)| Pass in the adapter that you'd like to use for this collection. You can also set this field to `null` for local development if you'd like to bypass cloud storage in certain scenarios and use local storage. |
57
-
|`disableLocalStorage`|`boolean`| Choose to disable local storage on this collection. Defaults to `true`. |
58
-
|`disablePayloadAccessControl`|`true`| Set to `true` to disable Payload's access control. [More](#payload-access-control)|
59
-
|`prefix`|`string`| Set to `media/images` to upload files inside `media/images` folder in the bucket. |
|`adapter` * |[Adapter](https://github.com/payloadcms/plugin-cloud-storage/blob/master/src/types.ts#L51)| Pass in the adapter that you'd like to use for this collection. You can also set this field to `null` for local development if you'd like to bypass cloud storage in certain scenarios and use local storage. |
57
+
|`disableLocalStorage`|`boolean`| Choose to disable local storage on this collection. Defaults to `true`. |
58
+
|`disablePayloadAccessControl`|`true`| Set to `true` to disable Payload's access control. [More](#payload-access-control)|
59
+
|`prefix`|`string`| Set to `media/images` to upload files inside `media/images` folder in the bucket. |
60
+
|`generateFileURL`|[GenerateFileURL](https://github.com/payloadcms/plugin-cloud-storage/blob/master/src/types.ts#L53)| Override the generated file URL with one that you create. |
0 commit comments