Skip to content

Commit 16faed0

Browse files
authored
Update binary-backups.mdx (#204)
1 parent c70bb12 commit 16faed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dgraph/enterprise/binary-backups.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ client like Insomnia, GraphQL Playground or GraphiQL.
111111
```graphql
112112
mutation {
113113
backup(
114-
input: { destination: "s3:///s3.us-west-2.amazonaws.com/<bucketname>" }
114+
input: { destination: "s3://<bucketname>/<path>" }
115115
) {
116116
response {
117117
message

0 commit comments

Comments
 (0)