diff --git a/.changeset/eighty-boxes-exist.md b/.changeset/eighty-boxes-exist.md
new file mode 100644
index 0000000..b4359f2
--- /dev/null
+++ b/.changeset/eighty-boxes-exist.md
@@ -0,0 +1,5 @@
+---
+"saleor-app-products-feed": minor
+---
+
+Improved helper text in S3 form - region field. Now it should be more explicit that only region code (like "eu-west-1") should be provided.
diff --git a/apps/products-feed/src/modules/app-configuration/s3-configuration-form.tsx b/apps/products-feed/src/modules/app-configuration/s3-configuration-form.tsx
index 7e7db3c..e9d0af7 100644
--- a/apps/products-feed/src/modules/app-configuration/s3-configuration-form.tsx
+++ b/apps/products-feed/src/modules/app-configuration/s3-configuration-form.tsx
@@ -44,7 +44,14 @@ export const S3ConfigurationForm = (props: Props) => {
-
+