sanjibansg commented on code in PR #12701:
URL: https://github.com/apache/arrow/pull/12701#discussion_r851709124


##########
python/pyarrow/tests/conftest.py:
##########
@@ -311,3 +313,23 @@ def s3_server(s3_connection):
         finally:
             if proc is not None:
                 proc.kill()
+
+
[email protected](scope='session')
+def limited_s3_user(request, s3_server):

Review Comment:
   I was trying to pass arguments in the fixture. See this 
https://stackoverflow.com/a/44701916
   The fixture `limited_s3_user` can then be used with both the limited policy 
and the put only policy.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to