1234567891011121314151617181920212223242526272829303132 |
- key: s3
- title: Amazon S3
- description: Amazon S3 is a cloud computing web service offered by Amazon Web Services which provides object storage.
- author: andrewsim
- logo: https://static.requarks.io/logo/aws-s3.svg
- website: https://aws.amazon.com/s3/
- isAvailable: true
- supportedModes:
- - push
- defaultMode: push
- schedule: false
- props:
- 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
|