Skip to content

Commit

Permalink
fix leak
Browse files Browse the repository at this point in the history
  • Loading branch information
jjarvisp committed Aug 9, 2024
1 parent 3f4a5b6 commit 279d0ca
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ defineBackend({
secondBucket
});
```

<InlineFilter filters={["react", "angular", "javascript", "vue", "nextjs", "react-native"]}>
### Storage bucket client usage

Additional storage buckets can be referenced from application code by passing the `bucket` option to Amplify Storage APIs. You can provide a target bucket's name assigned in Amplify Backend.
Expand Down Expand Up @@ -175,6 +177,7 @@ try {
}

```
</InlineFilter>

## Connect your app code to the storage backend

Expand Down

0 comments on commit 279d0ca

Please sign in to comment.