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: