Upload Signatures Endpoint

Provides signature and headers required for uploading a new theme asset to Live Editor’s S3 file store.

This resource is a part of the Uploading Assets Workflow.

All of the data provided by this resource will suffice for uploading a single file to S3 via either a browser POST or any other type of client. See documentation for the Simple Storage Service REST API for more information about how to use the data provided by this endpoint.

URL Endpoints

Method Endpoint Returns Description
POST /upload-signatures Upload Signature Create signature

Related