{
  "author": "DropSnip",
  "description": "Upload screenshots to an AWS S3 bucket using the AWS CLI.",
  "icon": "cloud.fill",
  "id": "com.dropsnip.s3-upload",
  "name": "S3 Upload",
  "openURLTemplate": null,
  "settings": [
    {
      "defaultValue": null,
      "isSecret": false,
      "key": "bucket",
      "label": "S3 Bucket Name",
      "type": "text"
    },
    {
      "defaultValue": "us-east-1",
      "isSecret": false,
      "key": "region",
      "label": "AWS Region",
      "type": "text"
    }
  ],
  "shellCommand": "aws s3 cp \"{{file}}\" s3://{{setting:bucket}}/ --region {{setting:region}}",
  "type": "shellCommand",
  "urlBodyType": null,
  "urlEndpoint": null,
  "urlHeaders": null,
  "urlMethod": null,
  "version": "1.0.0"
}