Skip to content
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

Bugfixes and additional APIs required for Goofyscache compatibility with goofys v0.24 #1

Merged
merged 14 commits into from
Jun 1, 2021

Conversation

bensussman
Copy link

PR to house the changes goofyscache needs to work with S3 with the updated v0.24 of goofys

(NOTE: Azure support will come later)

@bensussman bensussman changed the title Expose internal cloud provider Bugfixes and additional APIs required for Goofyscache compatibility with goofys v0.24 Sep 23, 2020
// Get the continuation token from the prior result.
ContinuationToken: res.NextContinuationToken,
}
res, err := fs.storageBackend.ListBlobs(listBlobsInput)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Has this been tested? My intuition is that this is a new res that will shadow the original and not actually affect the loop condition.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed!

@bensussman bensussman force-pushed the expose-internal-cloud-provider branch from 8538933 to ea4af91 Compare December 4, 2020 21:54
@ResidentMario ResidentMario reopened this Jun 1, 2021
@bensussman bensussman merged commit af450dd into master Jun 1, 2021
@bensussman bensussman deleted the expose-internal-cloud-provider branch June 1, 2021 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants