Contents

NewSubmissionResponse.Data.Attributes

Information that you use to upload your software for notarization.

Declaration

object NewSubmissionResponse.Data.Attributes

Properties

NameTypeDescription
awsAccessKeyIdstring

An access key that you use in a call to Amazon S3.

awsSecretAccessKeystring

A secret key that you use in a call to Amazon S3.

awsSessionTokenstring

A session token that you use in a call to Amazon S3.

bucketstring

The Amazon S3 bucket that you upload your software into.

objectstring

The object key that identifies your software upload within the bucket.

Discussion

Use the temporary security credentials in this object, along with the bucket and object, to upload your software to Amazon S3. A good way to do this is with the boto3 library provided by Amazon, as described in Submitting software for notarization over the web. Be sure to use the S3 credentials before they expire, which happens 12 hours after you receive them.

For more information about using this library and accessing Amazon S3, see the documentation on https://aws.amazon.com.