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

invalid amz-date header: errors incompatible with AWS #180

Closed
nicolas2bert opened this issue Oct 14, 2016 · 0 comments
Closed

invalid amz-date header: errors incompatible with AWS #180

nicolas2bert opened this issue Oct 14, 2016 · 0 comments

Comments

@nicolas2bert
Copy link
Contributor

When amz-date header is unreadable: return incompatible error.
On ceph/s3-tests, these tests fail:

Ceph test creating unreadable x-amz-date 'X-Amz-Date': '\x07'

  • FAIL: s3tests.functional.test_headers.test_object_create_bad_amz_date_unreadable_aws4
  • FAIL: s3tests.functional.test_headers.test_bucket_create_bad_amz_date_unreadable_aws4

Ceph test creating x-amz-date in past 'X-Amz-Date': '20100707T215304Z'

  • FAIL: s3tests.functional.test_headers.test_object_create_bad_amz_date_before_today_aws4
  • FAIL: s3tests.functional.test_headers.test_bucket_create_bad_amz_date_before_today_aws4

Ceph test creating x-amz-date in future 'X-Amz-Date': '20300707T215304Z'

  • FAIL: s3tests.functional.test_headers.test_object_create_bad_amz_date_after_today_aws4
  • FAIL: s3tests.functional.test_headers.test_bucket_create_bad_amz_date_after_today_aws4

Ceph test creating x-amz-date before epochTime 'X-Amz-Date': '19500707T215304Z'

  • FAIL: s3tests.functional.test_headers.test_object_create_bad_amz_date_before_epoch_aws4
  • FAIL: s3tests.functional.test_headers.test_bucket_create_bad_amz_date_before_epoch_aws4

Ceph test creating x-amz-date after 9999 'X-Amz-Date': '99990707T215304Z'

  • FAIL: s3tests.functional.test_headers.test_object_create_bad_amz_date_after_end_aws4
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

No branches or pull requests

1 participant