Skip to content

Commit

Permalink
docs(s3): remove vestigial documentation (aws#18604)
Browse files Browse the repository at this point in the history
fixes aws#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*
  • Loading branch information
peterwoodworth authored and LukvonStrom committed Jan 26, 2022
1 parent 68f5451 commit dfa613f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/@aws-cdk/aws-s3/lib/bucket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -356,9 +356,7 @@ export interface IBucket extends IResource {
}

/**
* A reference to a bucket. The easiest way to instantiate is to call
* `bucket.export()`. Then, the consumer can use `Bucket.import(this, ref)` and
* get a `Bucket`.
* A reference to a bucket outside this stack
*/
export interface BucketAttributes {
/**
Expand Down

0 comments on commit dfa613f

Please sign in to comment.