

# Exporting AWS Data Exchange assets to a signed URL (AWS SDKs)
<a name="export-asset-URL-prog"></a>

You can use the AWS SDKs to export AWS Data Exchange assets to destinations other than S3 buckets.

**To export assets to a signed URL (AWS SDKs)**

1. Create a `CreateJob` request of type `EXPORT_ASSET_TO_SIGNED_URL`.

1. Include the following in the request:
   + `AssetID`
   + `DataSetID`
   + `RevisionID`

1. Start the `CreateJob` request with a `StartJob` operation that requires the `JobId` returned in step 1.

1. (Optional) Update the assets' name property after they are created.

1. The response details include the `SignedUrl` that you can use to import your file. 

**Note**  
The signed URL expires one minute after it's created.