We found 3 matches for: amazon aws

An overview of all amazon aws blocks currently available, updated daily!

amazon aws: open connection

make an aws connection to use it for further functions with AWS.

In-pins

flow
Access Key ID
Secret Access Key

Out-pins

flow
connection
success
error
amazon aws: s3 delete

Deletes an S3 object from a bucket.

In-pins

connection
bucket
The bucket to remove the object from
key
The full file path on the S3 bucket

Out-pins

connection
success
error
amazon aws: s3 upload

store an S3 object at AWS.

In-pins

connection
bucket
key
The full file path on the S3 bucket
ACL
Possible values: private, public-read, public-read-write, authenticated-read, aws-exec-read, bucket-owner-read, bucket-owner-full-control

Default:
private
File
Accepts ONE file. If multiple files are given, it will only upload the first.
metadata
A map of metadata to store with the object in S3. Metadata: { : }

Out-pins

connection
success
error