-
Notifications
You must be signed in to change notification settings - Fork 181
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
Validate that shared cache bucket is usable #1141
Validate that shared cache bucket is usable #1141
Conversation
a7c4c91
to
83038da
Compare
83038da
to
2b822f9
Compare
…ESS_ONEZONE storage class Signed-off-by: Simon Beal <[email protected]>
2b822f9
to
4126b4d
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.
a couple of suggestions, mostly LGTM
Signed-off-by: Simon Beal <[email protected]>
bfad653
to
7a265f5
Compare
@@ -72,6 +72,33 @@ where | |||
bucket_name: bucket_name.to_owned(), | |||
} | |||
} | |||
|
|||
pub async fn verify_cache_valid(&self) -> ObjectClientResult<(), PutObjectError, Client::ClientError> { |
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.
nit: we can now remove the todo
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
## Description of change - Validates the shared cache bucket is write-able - Validates the shared cache bucket supports the `EXPRESS_ONEZONE` storage class Relevant issues: N/A ## Does this change impact existing behavior? Yes, the shared cache bucket is now validated that it supports the `EXPRESS_ONEZONE` storage class ## Does this change need a changelog entry in any of the crates? No --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and I agree to the terms of the [Developer Certificate of Origin (DCO)](https://developercertificate.org/). --------- Signed-off-by: Simon Beal <[email protected]>
## Description of change Remove unneeded todo Relevant issues: #1141 (comment) ## Does this change impact existing behavior? No ## Does this change need a changelog entry in any of the crates? No --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and I agree to the terms of the [Developer Certificate of Origin (DCO)](https://developercertificate.org/). Signed-off-by: Simon Beal <[email protected]>
Description of change
EXPRESS_ONEZONE
storage classRelevant issues: N/A
Does this change impact existing behavior?
Yes, the shared cache bucket is now validated that it supports the
EXPRESS_ONEZONE
storage classDoes this change need a changelog entry in any of the crates?
No
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and I agree to the terms of the Developer Certificate of Origin (DCO).