Skip to content

Commit

Permalink
fix(storagetransfer): update the API
Browse files Browse the repository at this point in the history
#### storagetransfer:v1

The following keys were changed:
- schemas.AwsS3Data.properties.awsAccessKey.description
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Jun 14, 2021
1 parent a17c1e3 commit abe6998
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/storagetransfer-v1.json
Expand Up @@ -434,7 +434,7 @@
}
}
},
"revision": "20210520",
"revision": "20210602",
"rootUrl": "https://storagetransfer.googleapis.com/",
"schemas": {
"AwsAccessKey": {
Expand All @@ -458,7 +458,7 @@
"properties": {
"awsAccessKey": {
"$ref": "AwsAccessKey",
"description": "Input only. AWS access key used to sign the API requests to the AWS S3 bucket. Permissions on the bucket must be granted to the access ID of the AWS access key. For information on our data retention policy for user credentials, see [User credentials](/storage-transfer/docs/data-retention#user-credentials)."
"description": "Input only. AWS access key used to sign the API requests to the AWS S3 bucket. Permissions on the bucket must be granted to the access ID of the AWS access key. This field is required. For information on our data retention policy for user credentials, see [User credentials](/storage-transfer/docs/data-retention#user-credentials)."
},
"bucketName": {
"description": "Required. S3 Bucket name (see [Creating a bucket](https://docs.aws.amazon.com/AmazonS3/latest/dev/create-bucket-get-location-example.html)).",
Expand Down
2 changes: 1 addition & 1 deletion src/apis/storagetransfer/v1.ts
Expand Up @@ -149,7 +149,7 @@ export namespace storagetransfer_v1 {
*/
export interface Schema$AwsS3Data {
/**
* Input only. AWS access key used to sign the API requests to the AWS S3 bucket. Permissions on the bucket must be granted to the access ID of the AWS access key. For information on our data retention policy for user credentials, see [User credentials](/storage-transfer/docs/data-retention#user-credentials).
* Input only. AWS access key used to sign the API requests to the AWS S3 bucket. Permissions on the bucket must be granted to the access ID of the AWS access key. This field is required. For information on our data retention policy for user credentials, see [User credentials](/storage-transfer/docs/data-retention#user-credentials).
*/
awsAccessKey?: Schema$AwsAccessKey;
/**
Expand Down

0 comments on commit abe6998

Please sign in to comment.