Skip to content

Commit de3fa57

Browse files
docs(s3): remove vestigial documentation (#18604)
fixes #18575 Models documentation for [similar](https://docs.aws.amazon.com/cdk/api/v1/docs/@aws-cdk_aws-ec2.VpcAttributes.html) [structs](https://docs.aws.amazon.com/cdk/api/v1/docs/@aws-cdk_aws-lambda.FunctionAttributes.html) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 65cdc63 commit de3fa57

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/@aws-cdk/aws-s3/lib/bucket.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,7 @@ export interface IBucket extends IResource {
356356
}
357357

358358
/**
359-
* A reference to a bucket. The easiest way to instantiate is to call
360-
* `bucket.export()`. Then, the consumer can use `Bucket.import(this, ref)` and
361-
* get a `Bucket`.
359+
* A reference to a bucket outside this stack
362360
*/
363361
export interface BucketAttributes {
364362
/**

0 commit comments

Comments
 (0)