Skip to content

Commit 3b1fdb2

Browse files
authored
fix: unlink storage resource info (aws-amplify#5417)
1 parent 1b7a61b commit 3b1fdb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/cli/storage/import.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ If you want to have Amplify manage your storage resources in a new environment,
203203

204204
## Unlink an existing S3 bucket or DynamoDB table
205205

206-
In order to unlink your existing Cognito resource run `amplify remove storage`. This will only unlink the S3 bucket or DynamoDB table referenced from the Amplify project. It will not delete the S3 bucket or DynamoDB table itself.
206+
In order to unlink your existing Storage resource run `amplify remove storage`. This will only unlink the S3 bucket or DynamoDB table referenced from the Amplify project. It will not delete the S3 bucket or DynamoDB table itself.
207207

208208
Run `amplify push` to complete the unlink procedure.
209209

0 commit comments

Comments
 (0)