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

(fixed) list_objects, not use caching in NAS #23

Merged
merged 1 commit into from
Aug 29, 2020
Merged

(fixed) list_objects, not use caching in NAS #23

merged 1 commit into from
Aug 29, 2020

Conversation

graykode
Copy link
Owner

@graykode graykode commented Aug 29, 2020

#21, #22

  • Fixed the list_object function overridden in NAS.
    • previous(Cause of error): _client.list_objects(self.bucket_name, prefix="metadata/") -> ['a.h5']
    • current(Right) : _client.list_objects(self.bucket_name, prefix="metadata/") -> ['metadata/a.h5']
  • Fixed not use caching when using NAS.

@graykode graykode merged commit cab3dcd into master Aug 29, 2020
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.

1 participant