Class Batchsigneds3uploadRequestBuilder.Batchsigneds3uploadRequestBuilderPostQueryParameters
- Namespace
- Autodesk.DataManagement.OSS.Oss.V2.Buckets.Item.Objects.Batchsigneds3upload
- Assembly
- Autodesk.DataManagement.dll
Requests a batch of S3 signed URL with which to upload multiple objects or chunks of multiple objects. As with the Batch Get Download URL endpoint, the requests within the batch are evaluated independently and individual requests can be rejected even if the overall request returns a 200 response code. You can request a maximum of 25 URLs in a single request.
public class Batchsigneds3uploadRequestBuilder.Batchsigneds3uploadRequestBuilderPostQueryParameters
- Inheritance
-
Batchsigneds3uploadRequestBuilder.Batchsigneds3uploadRequestBuilderPostQueryParameters
- 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?
UseAcceleration
Whether or not to generate an accelerated signed URL (ie: URLs of the form ...s3-accelerate.amazonaws.com... vs ...s3.amazonaws.com...). When not specified, defaults to true. Providing non-boolean values will result in a 400 error.
[QueryParameter("useAcceleration")]
public bool? UseAcceleration { get; set; }
Property Value
- bool?