Skip to main content

nexigon_api.repositories.GetRepositoryS3ConfigOutput

Output of getting the S3 configuration for the repository.

This intentionally does not include the secret access key.

s3Endpointstring
s3Bucketstring
s3Regionstring
s3Prefixstring
s3AccessKeyIdstring
nexigon_api.repositories.GetRepositoryS3ConfigOutput
{
"s3Endpoint": "string",
"s3Bucket": "string",
"s3Region": "string",
"s3Prefix": "string",
"s3AccessKeyId": "string"
}