S3 ListObjectVersions ObjectVersionStorageClass type is incorrect #6609
Labels
bug
This issue is a bug.
p2
This is a standard priority issue
s3
service-api
This issue is due to a problem in a service API, not the SDK implementation.
Checkboxes for prior research
Describe the bug
the type of ObjectVersionStorageClass in the result output of ListObjectVersionsOutput.Versions[].StorageClass is allowing only "STANDARD", it should allow all possible storage class.
SDK version number
@aws-sdk/[email protected]
Which JavaScript Runtime is this issue in?
Node.js
Details of the browser/Node.js/ReactNative version
v20.11.0
Reproduction Steps
Request ListObjectVersionsCommand
example:
Observed Behavior
Versions[].StorageClass type is fixed to "STANDARD"
Expected Behavior
Versions[].StorageClass type should allow any valid storage class
Possible Solution
No response
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered: