StsCredentials
org.sagebionetworks.repo.model.sts.StsCredentials
Temporary AWS credentials vended by STS (Security Token Service).
| Field | Type | Description |
|---|---|---|
| bucket | STRING | The bucket that these credentials have access to. |
| baseKey | STRING | The S3 key prefix that these credentials have access to. |
| accessKeyId | STRING | AWS access key ID. |
| secretAccessKey | STRING | AWS secret access key. |
| sessionToken | STRING | AWS temporary session token. |
| expiration | STRING | The date-time that these credentials expire. |