You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// The feature must be enabled on the bucket. Follow AWS instruction on <see href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/transfer-acceleration.html"/>.
44
44
/// </summary>
45
45
boolUseAccelerateEndpoint{get;set;}
46
+
47
+
/// <summary>
48
+
/// Gets or sets a value indicating the timeout for the S3 client.
49
+
/// If the value is set, the value is assigned to the Timeout property of the HttpWebRequest/HttpClient object used to send requests.
0 commit comments