Upload a file from S3 to a Multi FileFeed import

Uploads a file from a customer's S3 bucket into a Multi FileFeed import. The server assumes an IAM role to read the specified S3 object, verifies it exists and is within the file size limit, downloads it, and stores it as an uploaded file on the import.

The object_uri must be a valid S3 URI in the format s3://bucket/key. The s3_account_id identifies which S3 account credentials (role ARN and external ID) to use for the STS AssumeRole call. The referenced bucket and object must be accessible to the IAM role configured on that S3 account.

Both the object URI and the file basename (derived from the S3 key) must be unique within the import. If either already exists, a 409 Conflict is returned.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

ID of the Multi FileFeed

integer
required

ID of the Multi FileFeed import

Body Params
integer
required

The ID of the S3 account to use for accessing the S3 object. The S3 account stores the IAM role ARN and external ID used for the STS AssumeRole call.

string
required

The S3 URI of the file to upload (e.g. s3://bucket/path/to/file.csv). The bucket and object must be accessible to the IAM role configured on the specified S3 account.

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json