2018-07-08 05:12:43 +00:00
|
|
|
key: s3
|
|
|
|
title: Amazon S3
|
2018-08-05 15:27:46 +00:00
|
|
|
description: Amazon S3 is a cloud computing web service offered by Amazon Web Services which provides object storage.
|
2019-09-09 01:11:25 +00:00
|
|
|
author: andrewsim
|
2018-08-05 15:27:46 +00:00
|
|
|
logo: https://static.requarks.io/logo/aws-s3.svg
|
|
|
|
website: https://aws.amazon.com/s3/
|
2019-09-09 01:11:25 +00:00
|
|
|
isAvailable: true
|
|
|
|
supportedModes:
|
|
|
|
- push
|
|
|
|
defaultMode: push
|
|
|
|
schedule: false
|
2018-07-08 05:12:43 +00:00
|
|
|
props:
|
2019-09-09 01:11:25 +00:00
|
|
|
region:
|
|
|
|
type: String
|
|
|
|
title: Region
|
|
|
|
hint: The AWS datacenter region where the bucket will be created.
|
|
|
|
order: 1
|
|
|
|
bucket:
|
|
|
|
type: String
|
|
|
|
title: Unique bucket name
|
|
|
|
hint: The unique bucket name to create (e.g. wiki-johndoe).
|
|
|
|
order: 2
|
|
|
|
accessKeyId:
|
|
|
|
type: String
|
|
|
|
title: Access Key ID
|
|
|
|
hint: The Access Key.
|
|
|
|
order: 3
|
|
|
|
secretAccessKey:
|
|
|
|
type: String
|
|
|
|
title: Secret Access Key
|
|
|
|
hint: The Secret Access Key for the Access Key ID you created above.
|
|
|
|
order: 4
|