-
Notifications
You must be signed in to change notification settings - Fork 18
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
Migrate part of s3 tests to dynamic env #699
Conversation
Signed-off-by: Oleg Kulachenko <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vvarg229 i've reviewed bucket
and gate
files only by now. Overall everything looks great to me
it's a bit strange to me to see test_s3_gate.py
file in s3_gate
besides seeing S3 API tests in it. Is this file intended for NeoFS S3 Gateway specifics not covered by the protocol?
i've left some questions and suggestions from my own, if u'll find any of them useful, feel free to postpone them via issues, i understand that this PR is about migration, not enhancements
i don't plan to look closely at the other tests (at least for now), hope @evgeniiz321 @roman-khimov will help
In the discussion nspcc-dev#699 (comment) it was noted that we don't have to use `PutBucketTagging` before `PutObjectTagging`. This commit removes PutBucketTagging in the test_s3_api_object_tagging test. Signed-off-by: Oleg Kulachenko <[email protected]>
No description provided.