Profile picture Schedule a Meeting
c a n d l a n d . n e t

Updates to AwsS3Library – Bucket contents support

Dusty Candland | |

Posted updates and fixes to the AwsS3Library. Added support for AwsBucket Contents to be parsed when getting a bucket.

AwsBucket bucket = _service.Get(new AwsBucket("somebucket"));
foreach (AwsObjectKey awsObjectKey in bucket.AwsObjectKeys)
{
Console.WriteLine("Object Key " + awsObjectKey.Key);
}

Webmentions

These are webmentions via the IndieWeb and webmention.io. Mention this post from your site: