Skip to content

Commit

Permalink
docs(s3): remove vestigial documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwoodworth committed Jan 21, 2022
1 parent c626513 commit 027c85e
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 027c85e

Please sign in to comment.