MARKETPLACE
PLUGINS
AWS FILE UPLOADER
AWS File Uploader logo

AWS File Uploader

Published December 2023
   •    Updated May 2026

Plugin details

AWS file uploader seamlessly integrates with Amazon Web Services (AWS) to provide effortless file uploading and management capabilities. Users can easily upload a variety of file types, from images to documents, and securely store them on AWS. With the power of AWS, this plugin ensures robust scalability, cost-efficiency, and high reliability. Whether you're building a media-rich website or an app with user-generated content, this plugin simplifies file handling and enhances the overall user experience, making it a valuable addition to any Bubble.io project. DEMO: https://vimeo.com/924890577

Free

For everyone

2.0 stars   •   2 ratings
274 installs  
This plugin does not collect or track your personal data.

Other actions

Platform

Web

Contributor details

Hashlogics logo
Hashlogics
Joined 2023   •   47 Plugins
View contributor profile

Instructions

Follow these instructions to setup the plugin:
1. Enter the File Uploader's ID in the "input_id" field of plugin.

2. Supply your AWS Access Key and Secret Key.

3. Specify the region where your bucket is located.

4. Define the name of your AWS S3 bucket.

5. If you wish to upload files to a specific folder within the bucket, make sure to include the folder name(Optional).

Special Instructions:

1. Always put the plugin after the  file uploader otherwise It won't work.

2. When you create a bucket make sure you put the following JSON format in the Cross-origin resource sharing (CORS)



[
   {
       "AllowedHeaders": [
           "*"
       ],
       "AllowedMethods": [
           "HEAD",
           "GET",
           "PUT",
           "POST",
           "DELETE"
       ],
       "AllowedOrigins": [
           "*"
       ],
       "ExposeHeaders": [
            "ETag",
            "x-amz-meta-custom-header"]
   }
]

3. To upload larger files increase the limit of file uploader in editor.

Types

This plugin can be found under the following types:

Categories

This plugin can be found under the following categories:
Analytics   •   Productivity   •   Data (things)   •   Technical   •   Media   •   Visual Elements

Resources

Support contact
Documentation
Tutorial

Rating and reviews

Average rating (2.0)

Doesn't work
February 8th, 2024
Plugin doesn't seem to work and no documentation provided. There's a 30 sec clip that doesn't explain anything or show the Bubble backend.
How to Setup
January 6th, 2024
I have given aws elment input id of my uploader(ID Attributes) not able upload to aws s3 also given access key and special key region and bucket i mean priviously i have used other aws uploader )
Bubble
TOMORROW: Just Shipped Livestream with Bubble co-founders Josh and Emmanuel. Join for a demo session of Bubble’s  latest product releases
RSVP HERE