Docupilot
HomeLoginSignup
  • Docupilot Help Documentation
  • Getting Started
  • Building Templates
    • Tokens (Merge Field)
    • Document Builder
    • AI-Powered Template Builder
    • Word Document (DOCX) & PowerPoint (PPTX)
    • Excel (XLSX)
    • Fillable PDF
    • Template Preferences
    • Formatting Your Data
    • Numerical Calculations
    • Advanced usage
  • Test your document template
  • Deliveries
    • Email
    • Webhook
    • Dropbox
    • Google Drive
    • One Drive
    • DropboxSign (formerly Hellosign)
    • DocuSign
    • SignNow
    • Xodo sign (formerly Eversign)
    • Signable
    • Yousign
    • Amazon S3
    • SFTP
  • Create document
    • Data Capture Form
    • API & Webhook Integration
    • Bulk Create
    • Integrate with Zapier
    • Integrate with Make
    • Integrate with Zoho Flow
    • Integrate with Integrately
  • Integrations
    • Google Forms
    • Google Sheets
    • Airtable Extension
    • Docupilot Add in for Microsoft Word
  • Collaborating with multiple users
    • Invite users
    • Manage & delete users
  • Reports
  • Settings
    • Workspace
    • API Settings
    • Manage Subscription
    • Linked Accounts
  • Folders & Templates management
    • Manage Folders
    • Manage Templates
    • Share Templates & Folders
  • Profile & Account Security
  • Frequently Asked Questions (FAQs)
  • Developers
    • API Overview
    • Templates API
    • Folders API
  • Updates
    • Scheduled Downtime Notification
Powered by GitBook
On this page

Was this helpful?

  1. Deliveries

Amazon S3

Saving created documents in AWS Simple Storage Services(S3).

PreviousYousignNextSFTP

Last updated 9 months ago

Was this helpful?

Minimal IAM Permissions required for a smooth integration are as given below:

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "VisualEditor0",
            "Effect": "Allow",
            "Action": [
                "s3:PutObject",
                "iam:GetUser"
            ],
            "Resource": [
                "arn:aws:iam::<YOUR_ACCOUNT_ID>:user/<YOUR_IAM_USER_NAME>",
                "arn:aws:s3:::<YOUR_S3_BUCKET>/*"
            ]
        }
    ]
}

To start with a Amazon S3 delivery, choose the AWS S3 option from the list of deliveries available in the Deliveries tab.

Your final file key will be File key prefix + name of the created document.

Example :

  1. If the File key Prefix is docupilot/docs/ and the name of the created file is hello.pdf , then the final file key shall be docupilot/docs/hello.pdf.

  2. If the file key prefix is docupilot/docs and the name of the created file is hello.pdf, then the final key shall be docupilot/docshello.pdf.

Configuring Amazon S3 delivery