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

fix: RetainUntilDate in the correct format #1890

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gribouille
Copy link

RetainUntilDate uses the time.RFC3339 format instead of the ISO 8601 format.

This problem generates the error The retain until date must be provided in ISO 8601 format.

@harshavardhana
Copy link
Member

who is returning this error? which server @gribouille

@gribouille
Copy link
Author

OVHcloud s3 object storage: https://www.ovhcloud.com/en/public-cloud/object-storage/

The problem is similar to: minio/minio#15741

@harshavardhana
Copy link
Member

OVHcloud s3 object storage: https://www.ovhcloud.com/en/public-cloud/object-storage/

The problem is similar to: minio/minio#15741

AWS S3 runs fine, this looks like OVH Cloud bug.

@harshavardhana
Copy link
Member

And has been for years. I don't think we can take this PR. It looks like server implementation bug.

@harshavardhana
Copy link
Member

harshavardhana commented Oct 19, 2023

The problem is similar to: minio/minio#15741

This is not the same problem as here. Server preserves meta is iso9601 format. But it is okay to send it either in iso8601 or rfc3339

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.

None yet

2 participants