Skip to content

Commit 1ea49be

Browse files
authored
Merge pull request #189 from monzo/lewis-dukelow-remove-aws-access-key
Remove aws access key from example upload url for attachments
2 parents a229e7a + 2f33104 commit 1ea49be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/_attachments.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $ http --form POST "https://api.monzo.com/attachment/upload" \
2929
```json
3030
{
3131
"file_url":"https://s3-eu-west-1.amazonaws.com/mondo-image-uploads/user_00009237hliZellUicKuG1/LcCu4ogv1xW28OCcvOTL-foo.png",
32-
"upload_url":"https://mondo-image-uploads.s3.amazonaws.com/user_00009237hliZellUicKuG1/LcCu4ogv1xW28OCcvOTL-foo.png?AWSAccessKeyId=AKIAIR3IFH6UCTCXB5PQ\u0026Expires=1447353431\u0026Signature=k2QeDCCQQHaZeynzYKckejqXRGU%!D(MISSING)"
32+
"upload_url":"https://mondo-image-uploads.s3.amazonaws.com/user_00009237hliZellUicKuG1/LcCu4ogv1xW28OCcvOTL-foo.png?AWSAccessKeyId={EXAMPLE_AWS_ACCESS_KEY_ID}\u0026Expires=1447353431\u0026Signature=k2QeDCCQQHaZeynzYKckejqXRGU%!D(MISSING)"
3333
}
3434
```
3535

0 commit comments

Comments
 (0)