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.
|`collections` * |Record<string, [CollectionOptions](https://github.com/payloadcms/plugin-cloud-storage/blob/c4a492a62abc2f21b4cd6a7c97778acd8e831212/src/types.ts#L48)> |Object with keys set to the slug of collections you want to enable the plugin for, and values set to collection-specific options. |
|`adapter` * | 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`| Choose to disable local storage on this collection. Defaults to `true`. |
58
-
|`disablePayloadAccessControl`| Set to `true` to disable Payload's access control. [More](#payload-access-control)|
|`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. |
0 commit comments