mutation BucketCredentialsReset($projectId: String!, $environmentId: String!, $bucketId: String!) {
bucketCredentialsReset(projectId: $projectId, environmentId: $environmentId, bucketId: $bucketId) {
accessKeyId
secretAccessKey
endpoint
bucketName
region
urlStyle
}
}