Skip to content

Commit

Permalink
Docs: concurrent writes permission missing
Browse files Browse the repository at this point in the history
There was a missing permission in the list of DynamoDB list of permissions for concurrent writes.
  • Loading branch information
poguez authored Sep 5, 2024
1 parent de11e6b commit 895df59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/usage/writing/writing-to-s3-with-locking-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ In DynamoDB, you need those permissions:
- dynamodb:Query
- dynamodb:PutItem
- dynamodb:UpdateItem
- dynamodb:DeleteItem

### Enabling concurrent writes for alternative clients

Expand Down

0 comments on commit 895df59

Please sign in to comment.