temp_s3#

temp_s3(endpoint=None, default_endpoint: str = None, requester_pays: bool = False, no_sign_request: bool = False, **kwargs) None[source]#

Initialize a temporary S3 environment as a context manager

Parameters:
  • default_endpoint (str) – Default Endpoint to look for

  • requester_pays (bool) – True if the endpoint says ‘requester pays’

  • no_sign_request (bool) – True if the endpoint is open access