-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Replace BucketReader.ObjectSize() with .Attributes() #2613
Replace BucketReader.ObjectSize() with .Attributes() #2613
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
4ff388f
to
39b249d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing! Tiny comments only and LGTM (: 💪
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good modulo the current comments/suggestions
Signed-off-by: Marco Pracucci <[email protected]>
Signed-off-by: Marco Pracucci <[email protected]>
Signed-off-by: Marco Pracucci <[email protected]>
Signed-off-by: Marco Pracucci <[email protected]>
Signed-off-by: Marco Pracucci <[email protected]>
Signed-off-by: Marco Pracucci <[email protected]>
c95fd62
to
001bbf7
Compare
This PR has changed |
Thanks for the heads up. I'm going to open a PR to fix it. |
The method Aliyun oss api returns See oss api doc This bug cause the store fails to load buckets from aliyun oss. Could I submit a PR to fix this? Thanks. |
Yes please @SabaPing ❤️ |
Changes
As first step to address #2585, in this PR I've replaced
BucketReader.ObjectSize()
withAttributes()
in order to also be able to read the object last modified timestamp via theBucketReader
./cc @pstibrany
Verification
Unit tests.