Integration with AWS S3
Last updated
Last updated
Backbench account - , the personal account will always remain free to use.
Amazon Web Services account - Sign Up, create an account, create an IAM user on , generate AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY.
Set the above generated keys along with AWS_DEFAULT_REGION with their values as an evironment variable.
Select +, in the upper right corner to create a Module. For example, say "Listing_objects.js" and select CREATE or hit Enter.
Copy and paste the code module from below.
Replace BUCKET NAME and BUCKET KEY in the code.
Select save.
Select +, in the upper right corner to create a Module. For example, say "Uploading_object.js" and select CREATE or hit Enter.
Copy and paste the code module from below.
Replace BUCKET NAME and BUCKET KEY in the code.
Select save.
Select +, in the upper right corner to create a Module. For example, say "deleting_object.js" and select CREATE or hit Enter.
Copy and paste the code module from below.
Replace BUCKET NAME and BUCKET KEY in the code.
Select save.