cognitect-labs / aws-api

AWS, data driven

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS S3 Express One Zone (AWS S3 Directory)

brandonstubbs opened this issue · comments

Hello,

I hope you're doing well! I wanted to bring to your attention some recent updates to the AWS S3 API, particularly regarding support for AWS S3 Express One Zone. It would be fantastic if aws-api could support this. Specifically, there are new API endpoints like CreateSession and ListDirectoryBuckets.

There also seems a harder change:
CreateBucket
There is both the URI parameter Bucket (For the bucket name) and a new request body parameter Bucket (For the bucket type and redundancy)

Thanks!