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
Description 📝
When using the S3 provider in the next-video repository, the show/upload functionality works only when the S3 bucket allows public access.
However, if the "Block all public access" option is enabled for the bucket, the application consistently encounters an Access Denied error.
This issue persists even after creating a new IAM user with appropriate permissions (same as in the docs) and providing the credentials in both the Next.js configuration and/or environment variables. Additionally, I tried adding a bucket policy to explicitly allow all actions from the created IAM user, but the issue still occurs.
Steps to Reproduce 🔧
1️⃣ Create a new S3 bucket.
2️⃣ Enable the "Block all public access" option in the bucket settings.
3️⃣ Create a new IAM user with programmatic access, assign a policy that grants full S3 access to the specific bucket, and use the credentials in the application.
4️⃣ Attempt to show/upload a video or perform any operation with the S3 provider.
The text was updated successfully, but these errors were encountered:
Description 📝
When using the S3 provider in the next-video repository, the show/upload functionality works only when the S3 bucket allows public access.
However, if the "Block all public access" option is enabled for the bucket, the application consistently encounters an Access Denied error.
This issue persists even after creating a new IAM user with appropriate permissions (same as in the docs) and providing the credentials in both the Next.js configuration and/or environment variables. Additionally, I tried adding a bucket policy to explicitly allow all actions from the created IAM user, but the issue still occurs.
Steps to Reproduce 🔧
1️⃣ Create a new S3 bucket.
2️⃣ Enable the "Block all public access" option in the bucket settings.
3️⃣ Create a new IAM user with programmatic access, assign a policy that grants full S3 access to the specific bucket, and use the credentials in the application.
4️⃣ Attempt to show/upload a video or perform any operation with the S3 provider.
The text was updated successfully, but these errors were encountered: