AwsJobPresignedUrlConfig constructor

AwsJobPresignedUrlConfig({
  1. int? expiresInSec,
})

Implementation

AwsJobPresignedUrlConfig({
  this.expiresInSec,
});