Skip to content

Commit

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

### Enabling concurrent writes for alternative clients

Expand Down

0 comments on commit a72e816

Please sign in to comment.