How connect wasabi with strapi v4

// module.exports = ({ env }) => ({
// upload: {
// config: {
// provider: “aws-s3”,
// providerOptions: {
// accessKeyId: env(“WASABI_ACCESS_KEY”),
// secretAccessKey: env(“WASABI_SECRET_KEY”),
// region: env(“WASABI_REGION”),
// params: {
// ACL: env(“WASABI_ACL”, “public-read”),
// Bucket: env(“WASABI_BUCKET”),
// Key: env(“WASABI_BUCKET_KEY”),
// },
// endpoint: env(“WASABI_END_POINT”),
// },
// actionOptions: {
// upload: {},
// uploadStream: {},
// delete: {},
// },
// },
// },
// });

i connect with this code . it working but in wasabi ,i have folder test. all image are store in test folder. how can do this?
To configure Strapi to store all images in a specific folder like test within Wasabi bucket,

This topic has been created from a Discord post (1251138740760481813) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord