[ 
https://issues.apache.org/jira/browse/HDDS-9815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17802221#comment-17802221
 ] 

Steve Loughran commented on HDDS-9815:
--------------------------------------

* region suffix isn't transparent...caller still has to set it, and we 
currently only consider a bucket to be an s3express one if the endpoint is 
amazon's
* createSession call is a speedup. it's handled inside the aws sdk though, 
which makes its own decisions about when to issue. it delivers speedup on aws 
s3 because of the overhead of IAM role permissions checked on every other HTTP 
request. You don't have that, do you?

I think this can be a WONTFIX

> Support S3 OneZone / S3 Express API changes for Ozone
> -----------------------------------------------------
>
>                 Key: HDDS-9815
>                 URL: https://issues.apache.org/jira/browse/HDDS-9815
>             Project: Apache Ozone
>          Issue Type: New Feature
>          Components: S3
>            Reporter: Ritesh Shukla
>            Priority: Major
>
> AWS S3 announced a new set of bucket types that maps closely to what FSO does 
> under the covers. This jira is for adding support for the new APIs 
> https://aws.amazon.com/blogs/aws/new-amazon-s3-express-one-zone-high-performance-storage-class/
> There are two major changes, the persistent session to avoid overhead of 
> header validation for each request and adding suffix of region transparently 
> to each bucket name.  There are other changes as well.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to