awslabs / aws-sdk-kotlin

Multiplatform AWS SDK for Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Commonize S3 and S3 Control customizations

aajtodd opened this issue · comments

Describe the feature

There are several S3 specific customization's that likely also apply to S3 Control (e.g. S3ErrorMetadata, signing config?, etc).

We should take a look at the set of customizations applied to S3 and verify they don't need to also be applied to S3 Control (e.g. by calling real operations and verifying they work without the customizations).

Is your Feature Request related to a problem?

S3 Control and S3 are separate services but are going to share a lot of the same quirks and implementation details and as such may be subject to the same customizations.

Proposed Solution

No response

Describe alternative solutions or features you've considered

No response

Acknowledge

  • I may be able to implement this feature request

AWS Kotlin SDK version used

1.0.51

Platform (JVM/JS/Native)

N/A

Operating System and version

N/A