Skip to content

Instantly share code, notes, and snippets.

@derikwhittaker
Created February 18, 2018 12:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save derikwhittaker/86483d035dd35839530160a27197b822 to your computer and use it in GitHub Desktop.
Save derikwhittaker/86483d035dd35839530160a27197b822 to your computer and use it in GitHub Desktop.
exports.listObjects = {
"IsTruncated": true,
"Contents": [
{
"Key": "Folder.01/",
"LastModified": "2018-02-12T08:28:22.000Z",
"ETag": "\"d41d8cd98f00b204e9800998ecf8427e\"",
"Size": 0,
"StorageClass": "STANDARD"
},
{
"Key": "Folder.02/",
"LastModified": "2018-02-12T08:28:28.000Z",
"ETag": "\"d41d8cd98f00b204e9800998ecf8427e\"",
"Size": 0,
"StorageClass": "STANDARD"
},
{
"Key": "IMG_0028.JPG",
"LastModified": "2018-02-05T21:35:49.000Z",
"ETag": "\"d8c929a48999d9f8540d569823633c2f\"",
"Size": 8403736,
"StorageClass": "STANDARD"
},
{
"Key": "IMG_0029.JPG",
"LastModified": "2018-02-05T21:35:50.000Z",
"ETag": "\"58220a4bb06d581fbc84b00b69870c49\"",
"Size": 8461691,
"StorageClass": "STANDARD"
},
{
"Key": "IMG_0030.JPG",
"LastModified": "2018-02-05T21:35:51.000Z",
"ETag": "\"415e72371eef8ef3daf7c2ce14e23e27\"",
"Size": 10448697,
"StorageClass": "STANDARD"
}
],
"Name": "bucket-name-here",
"Prefix": "",
"MaxKeys": 5,
"CommonPrefixes": [],
"KeyCount": 5,
"NextContinuationToken": "1xNewIeV7tIzPWdAHaFPOeGeTGRvcLfzJmcfkVkMIrBh1tYQzXNdZvknnE+9WhIwm",
"StartAfter": ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment