Skip to content

Instantly share code, notes, and snippets.

@rdegges
Created September 20, 2016 21:00
Show Gist options
  • Save rdegges/901f75e6dcc86ff5acf9873ca1d9d2a7 to your computer and use it in GitHub Desktop.
Save rdegges/901f75e6dcc86ff5acf9873ca1d9d2a7 to your computer and use it in GitHub Desktop.
s3 custom data example
{
"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