-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to get an object's storage class ? #354
Comments
maybe |
that returns nil |
|
The key I'm looking at though is in Glacier. This is what get-object-metadata returns
get-object returns this error indicating it is not the standard storage class
|
i'm guessing maybe the storage class comes in as a header that we're not parsing |
dumping the headers shows it's in the response headers. not sure why it isn't being populated in the
|
I see in the Java SDK you'd get an object's storage class using the following, how would I do it using amazonica?
http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/model/StorageClass.html
The text was updated successfully, but these errors were encountered: