Upload File to AWS S3

  1. For this function, you need to make your own AWS Api Key and Secret Key with AWS IAM Service. (VERY EASY to make. Please google it.)

  2. And you make AWS S3 Bucket with your region. (You might need to set your bucket as "Public" and set CORS Policy. Check here)

  3. After set all the things above, you can put your API Key, Secret key, Bucket Name and Region. (Also you can save the values with "SAVE API KEY" button)

  4. Left side is for json files, and right side is for image files.

  5. Click "CHOOSE FILE", and choose all the json files. (If you choose any other files, it filters other types of file)

6. Click "UPLOAD" and it will upload all the files to your bucket's "json" folder.

7. For Image files, you can do same as json file upload.

Last updated