Changes between Initial Version and Version 1 of Ticket #1927, comment 6


Ignore:
Timestamp:
2016-09-20T13:50:47Z (8 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1927, comment 6

    initial v1  
    11It needs to be like this:
    22{{{
     3[...]
     4endpoint = AWSServiceEndpoint(uri=url)
     5
    36def make_query(*args, **kwargs):
    47    if usertoken is not None:
     
    1518    return query
    1619
    17 query_factory = make_query
     20self.client = S3Client(creds=creds, endpoint=endpoint, query_factory=make_query)
     21self.ServiceError = S3Error
    1822}}}