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

make some fields in struct ListBucketResult optional #267

Merged
merged 1 commit into from
Apr 21, 2022

Conversation

mateuszkj
Copy link
Contributor

Describe the bug
Some S3 self-hosted servers do not returns all fields during listing files. This merge request makes that fields optional.

I run with this problem with S3 servers:

I tested only ListObjectsV2 and GetObjectRange commands with above servers.

Additional context

I checked whats fields are required in aws-sdk-rus and there almost all are optional, even key.

@durch
Copy link
Owner

durch commented Apr 21, 2022

@mateuszkj thanks for the PR, will be released in 0.31.

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.

2 participants