STSCredentialScope constructor

STSCredentialScope({
  1. required String action,
  2. required String region,
  3. String? bucket,
  4. String? prefix,
})

Implementation

STSCredentialScope({
  required this.action,
  required this.region,
  this.bucket,
  this.prefix,
});