Table of Contents

Class Batchsigneds3downloadRequestBuilder.Batchsigneds3downloadRequestBuilderPostQueryParameters

Namespace
Autodesk.DataManagement.OSS.Oss.V2.Buckets.Item.Objects.Batchsigneds3download
Assembly
Autodesk.DataManagement.dll

Gets one or more signed URLs to download objects. The signed URLs can be used to download the objects directly from S3, skipping OSS servers. Be aware that expiration time for the signed URL(s) is just 60 seconds. So, a request to the URL(s) must begin within 60 seconds; the transfer of the data can exceed 60 seconds. A successful call to this endpoint requires bucket owner access.

public class Batchsigneds3downloadRequestBuilder.Batchsigneds3downloadRequestBuilderPostQueryParameters
Inheritance
Batchsigneds3downloadRequestBuilder.Batchsigneds3downloadRequestBuilderPostQueryParameters
Inherited Members

Properties

MinutesExpiration

The custom expiration time within the 1 to 60 minutes range, if not specified, default is 2 minutes.

[QueryParameter("minutesExpiration")]
public int? MinutesExpiration { get; set; }

Property Value

int?

PublicResourceFallback

Indicates that for each requested object, OSS should return an OSS Signed Resource if the object is unmerged, rather than a map of S3 signed URLs for the chunks of the object.

[QueryParameter("public%2Dresource%2Dfallback")]
public bool? PublicResourceFallback { get; set; }

Property Value

bool?