Created
September 20, 2016 21:00
-
-
Save rdegges/901f75e6dcc86ff5acf9873ca1d9d2a7 to your computer and use it in GitHub Desktop.
s3 custom data example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"s3": { | |
"some-file.txt": { | |
"href": "https://s3.amazonaws.com/<bucket>/<userid>/some-file.txt", | |
"lastModified": "2016-09-19T17:59:22.364Z" | |
}, | |
"another-file.txt": { | |
"href": "https://s3.amazonaws.com/<bucket>/<userid>/another-file.txt", | |
"lastModified": "2016-09-19T17:59:22.364Z" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment