Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
python3-s3fuse-plugin / usr / lib / python3.6 / site-packages / s3fuse / __pycache__ / vaults3.cpython-36.opt-1.pyc
Size: Mime:
3

D÷c™­ã@sŽdZddlZddlZddlZddlZddlmZddlZddl	Z	ddl
mZddlm
Z
dZdZdZd	ZejeƒZd
d„ZGdd
„d
eƒZdS)z Trilio S3 Backend implimentation

    This module contains the back end implimentation of all of all S3 specific
    support.
éN)Úlog)ÚClientError)Úget_retention_modeÚs3ièz$80bc80ff-0c51-4534-86a2-ec5e719643c2iôcCs&|jdd}|tjdddƒjƒ}|S)zè Utility function used to convert a datetime to an OS timestamp.

    Args:
        modified_time (datetime): Datatime object to convert to a Unix Epoc timestamp.

    Returns:
        The value of modified_time as a timestamp.
    N)Ztzinfoi²é)ÚreplaceÚdatetimeZ
total_seconds)Z
modified_timeZ
naive_timeZ
delta_seconds©r	ú/usr/lib/python3.6/vaults3.pyÚ_make_timestamp"s	rc@sÞeZdZdZdd„Zdd„Zdd„Zdd	„Zd
d„Zdd
„Z	dd„Z
d7dd„Zdd„Zdd„Z
dd„Zdd„Zdd„Zd8dd „Zd!d"„Zd9d#d$„Zd%d&„Zd'd(„Zd)d*„Zd+d,„Zd-d.„Zd/d0„Zd1d2„Zd3d4„Zd5d6„ZdS):Ú	S3Backendz´ S3 Backend implimentation.

    A Wrapper for the AWS S3 boto3 and botocore API. This class encapsulates all S3
    operations and exposes them as a backend storage instance.
    c	Csd}d}||_|jdƒr&t|jdƒƒnt}|ddkrVtjj|dt|dƒ|d}ntjjt|dƒ|d}|ddkr°tjd	|d
d|d|d
|d
d||dd}n.tjd	|d
d|d|d
|d
d|d}dd„}|jj	j
d|ƒ||_|d|_|d|_
dS)NZvault_s3_max_pool_connectionsZs3_signatureÚdefaultZs3_read_timeout)Zsignature_versionÚread_timeoutÚmax_pool_connections)rrZs3_ssl_certÚrZ
os_optionsÚregion_nameÚuserÚkeyZobject_storage_url)rÚaws_access_key_idÚaws_secret_access_keyÚendpoint_urlÚconfigZverify)rrrrrc[sd|jd<dS)Nz
keep-aliveZ
Connection)Úheaders)ZrequestZoperation_nameÚkwargsr	r	r
Úset_connection_headerUsz1S3Backend.__init__.<locals>.set_connection_headerzrequest-created.s3ÚbucketÚretention_mode)ÚoptionsÚgetÚintÚDEFAULT_MAX_POOL_SIZEÚbotocoreZclientZConfigÚboto3ÚmetaZeventsÚregisterÚ_S3Backend__clientÚ_S3Backend__bucket_nameÚ_S3Backend__retention_mode)ÚselfrZ
config_objectZ	s3_clientZ
MAX_POOL_SIZErr	r	r
Ú__init__8s:






zS3Backend.__init__cCs(t|j|d|dƒ|d<|d|_dS)NrÚbucket_object_lockr)rr%r')r(rr	r	r
Úset_retention_mode]szS3Backend.set_retention_modecCsy|jj|jdyv|jj|jd}|drJ|dddkrJtd|ƒ‚|drp|dddkrptd|ƒ‚|drˆ|dsˆtdƒ‚Wn,tk
r¶}z|dr¦‚WYd	d	}~XnX|dstjjd
ddd
dddƒ}|jj|j|dd|jj	|j|dWn‚YnXd	S)af Validates the S3 credentials / permission on the provided bucket.
            It also validates against s3 object lock configuration and if the s3 supports
            more than 255 object name length
        Args:
            self : S3 Backend object
        Returns:
            Does not return anything, But raises exception if validation fails.
        )ÚBucketr*ZObjectLockConfigurationZObjectLockEnabledZEnabledzZConfigration says object lock enabled on the bucket, but s3 API does not agree with it. %sÚuse_manifest_suffixzR'use_manifest_suffix' must be set to True when 'bucket_object_lock' is set to TrueNztvault_config/z.workload_f5190be6-7f80-4856-8c24-149cb40500c5/z.snapshot_f2e5c6a7-3c21-4b7f-969c-915bb408c64f/z+vm_id_e81d1ac8-b49a-4ccf-9d92-5f1ef358f1be/z3vm_res_id_72477d99-c475-4a5d-90ae-2560f5f3b319_vda/z.deac2b8a-dca9-4415-adc1-f3c6598204ed-segments/z0000000000000000.00000000z	Test Data)r,ÚKeyÚBody)r,r.)
r%Zhead_bucketr&Zget_object_lock_configurationÚ	ExceptionÚosÚpathÚjoinÚ
put_objectÚ
delete_object)r(rZobj_lock_cfgZexZlong_keyr	r	r
Úvalidate_s3_clientbs@	

zS3Backend.validate_s3_clientcCsÌy°xªt|ƒdkr¬g}|dt…}x0|D](}|jdƒr@|dd…}|jd|iƒq&Wy|jj|jd|idWn0x"|D]}|jj|j|ddqzWYnX|td…}qWWntk
rÆ‚YnXdS)	zß Utility method that takes a list of objects and puts it in the correct format
            for the S3 delete_objects() API.

        Args:
            object_list (list): A list of objects with the correct S3 path.
        rNú/rr.ÚObjects)r,ÚDelete)r,r.)	ÚlenÚMAX_S3_PAGE_SIZEÚ
startswithÚappendr%Údelete_objectsr&r5r)r(Úobject_listZobject_delete_listZ	list_partÚobjr	r	r
Z__delete_object_list”s$




zS3Backend.__delete_object_listcCs˜y|g}|jjdƒ}|j|j|d}xL|D]D}d|kr(|jdt|dƒƒdkr(x|dD]}|j|dƒqVWq(W|j|ƒWntk
r’‚YnXdS)z‘ Utility method used to perform a rmdir operation on an object hierarchy

        Args:
            object_tree (str): Object/Tree path.
        Úlist_objects)r,ÚPrefixÚContentsÚKeyCountrr.N)	r%Ú
get_paginatorÚpaginater&rr:r=Ú_S3Backend__delete_object_listr)r(Úobject_treer?Úlist_paginatorÚ
page_iteratorÚobjectsr@r	r	r
Z__delete_object_tree²s
 zS3Backend.__delete_object_treecCs|j|ƒdS)zó Delete a list of objects.

        Args:
            object_list (list): List of objects. Each with a full object path
                                in correct format.
            options (dic): Dictionary of configuration options.
        N)rG)r(r?rr	r	r
Údelete_object_listÈszS3Backend.delete_object_listcCs¬y|s
dSdj|ƒ}|jdƒr*|dd…}d|krF|jj|j|dnH|jdƒd}|j|dd}|rxt|dd	d
}n|}|jj|j|dWntk
r¦‚YnXdS)a Delete an object from the S3 object store.

        The object and any segments stored in the segment directory will be
        removed.

        Args:
            args (list): List of object name parts.
            options (dic): Dictionary of configuration options.
        Nr7rz	-segments)r,r.z	.manifestT)Ústrict_path_filter)Úreverser)	r3r<r%r5r&ÚstriprAÚsortedr)r(ÚargsrÚobject_nameÚmanifest_prefixÚ	manifestsÚ
manifest_namer	r	r
r5Òs$





zS3Backend.delete_objectrcCs¤td|ƒ}y~xxtd|ƒD]j}y|jj|j|ddStk
r€}z2|jdddkrn|d|krntjdƒw‚WYdd}~XqXqWWntk
rž‚YnXdS)a Utility method used to wait for a S3 object to become available.

        This routine will keep performing a head_object() request every second
        for "retries" number of times. This was added to work around any potential
        eventual consistancey issues when uploading to AWS.

        Args:
            object_name (str): Name of the object.
            retries (int): Optional parameter that defaults to 1.

        Returns:
            Returns when the object is available or ClientError not found exception.
        rr)r,r.NÚResponseMetadataÚHTTPStatusCodei”)	ÚmaxÚranger%Úhead_objectr&rÚresponseÚtimeÚsleep)r(rRÚretriesÚretryÚerrorr	r	r
Z__wait_for_objectõs


zS3Backend.__wait_for_objectcCs¬y|jdƒd}|jdrâ|jdr:|jj|j|d}n|jj|j|d}|ræ|}|jdgƒpj|jdgƒ}|jdrÔx\|D]T}|jj|j|d|jd	d
ƒd}|dd
jddƒdkr|tj	|dj
|dƒƒSq|W|dd}n|}|sòtdƒ‚|jj|j|d}tj	|dj
|dƒƒStk
r¦}zn|j
dddkrF‚nPy6|j|dƒ|jj|j|d}tj	|dj
|dƒƒStk
r”‚YnXWYdd}~XnXdS)zÓ Download and return the object manifest as a json array.

            Args:
                object_name (str): Name of the object.

            Returns:
                Object manifest as a dictionary.
        r7z	.manifestr-r*)r,rBÚVersionsrCr.Ú	VersionIdr)r,r.rbrVÚHTTPHeadersz$x-amz-meta-stamp-trilio-authenticityÚFalseÚTruer/Ú
ContentLengthrzOManifest object with 'x-amz-meta-stamp-trilio-authenticity' attribute not found)r,r.rWiӎ
Néÿÿÿÿ)rOrr%Úlist_object_versionsr&rArÚ
get_objectÚjsonÚloadsÚreadr0rr[Ú_S3Backend__wait_for_object)r(rRrSrTrUÚmanifestÚrespr`r	r	r
Úget_object_manifestsL	






zS3Backend.get_object_manifestcCsà|jdƒd}|jdr,|jj|j|d}n|jj|j|d}|rÐ|jdgƒpX|jdgƒ}g}x|D]}|jd|diƒqdW|rÜy|jj|jd|id	WqÜx"|D]}|jj	|j|dd
qªWYqÜXnt
d|ƒ‚dS)
zÓ Download and return the object manifest as a json array.

            Args:
                object_name (str): Name of the object.

            Returns:
                Object manifest as a dictionary.
        r7z	.manifestr*)r,rBrarCr.r8)r,r9)r,r.zManifest for %s is not foundN)rOrr%rir&rArr=r>r5r0)r(rRrSrprTÚobjs_to_deleteÚmanr@r	r	r
Údelete_object_manifestLs,	





z S3Backend.delete_object_manifestcCshy8dj|ƒ}i}|jr d|ji}|jj|j||j|ƒWn*tk
rN‚Yntk
rb‚YnXdS)a? Download a file from the S3 object store.

        Args:
            args (list): List of object name parts.
            options (dic): Dictionary of configuration options.

        Returns:
            On success, the contents of the object are downloaded to file identidfied
            by options.out_file.
        r7rbN)r3Ú
version_idr%Z
download_filer&Zout_filerr0)r(rQrrRZ
extra_argsr	r	r
Údownload_objectos

zS3Backend.download_objectcCsvyFdj|ƒ}|jr*|jj|j||jd}n|jj|j|d}|djƒStk
r\‚Yntk
rp‚YnXdS)aB Get object from the S3 object store in buffer.
        Args:
            args (list): List of object name parts.
            options (dic): Dictionary of configuration options.
        Returns:
            On success, the contents of the object are downloaded to file identidfied
            by options.out_file.
        r7)r,r.rb)r,r.r/N)r3rur%rjr&rmrr0)r(rQrrRr[r	r	r
rj‡s	
zS3Backend.get_objectc
Cs„yh|jdkr0|jtjj|dd|dƒ|ƒ|jdk	rf|jj|j|dd|d||dd}|SWnt	k
r~‚YnXdS)a Put an object to the S3 object store.
        Args:
            args (list): List of object name parts.
            buf: Data to upload in object.
            buf_len: Length of data to upload in object.
            options (dic): Dictionary of configuration options.
        Frr7rRNzapplication/octet-stream)r,r.rfr/ÚContentType)
Ú
path_validÚ_S3Backend__create_folderr1r2ÚdirnamerRr%r4r&r)r(rQZbufZbuf_lenrrpr	r	r
r4¡s


zS3Backend.put_objectNFcCsRtƒ}|jdƒ}y"t}|dk	r,|tkr,|}|jdrD|jjdƒ}n|jjdƒ}|j|j|dd|id}xÂ|D]¸}d|ko”|jd	t	|dƒƒd
krxh|dD]\}	|dk	rÂt	|ƒ|krÂt
|ƒS|	djdƒ}
|rà|j|
ƒq¢d|
kr¢|j|
j
dd
ƒd
ƒq¢Wd|krš|jd	t	|dƒƒd
kršxr|dD]f}	|dk	rTt	|ƒ|krTt
|ƒS|	djdƒ}
|rt|j|
ƒn d|
kr0|j|
j
dd
ƒd
ƒq0Wd|krpx†|dD]z}|dk	rÐt	|ƒ|krÐt
|ƒS|jtƒsî|djtƒr¬|jdƒr|j|djdƒƒn|j|djdƒƒq¬WqpWt
|ƒStk
rL‚YnXdS)ae Return a list of objects based on the provided prefix.

        Used to generate a directory listing based on a prefix path
        constructed from the object parts in prefix

        Args:
            prefix (string): prefix of the object path. If the prefix is terminated 
                by "/", then it lists the contents in the "subdir". If the prefix
                is not terminated by "/", then it lists the contents in the current
                directory that matches the prefix
                Ex:
                    case 1:
                    =======
                    prefix - /a/b/c
                    object store has objects - /a/b/c, /a/b/c1, /a/b/d
                    return values - /a/b/c and /a/b/c1

                    case 2:
                    =======
                    prefix - /a/b/c/
                    object store has objects - /a/b/c/d, /a/b/c1, /a/b/c/e
                    return values - /a/b/c/d and /a/b/c/e
            options (dic): Dictionary of configuration options
            max_items (int): Maximum number of objects in a list query. Default is
                unlimited but when testing for an empty directory a smaller
                number can be used to limit the query and size of the list that
                is returned.
            strict_path_filter (bool): Defaults to True in order to only return
                objects with the exact same prefix. Individual segment listings
                set this to False in order to get a match on the segment offset.

        Returns:
            On success a list of unique items to be used as a directory listing.
        r7Nr*rirAZPageSize)r,rBÚ	DelimiterZPaginationConfigrCrDrr.z	.manifestrraÚCommonPrefixesrB)ÚsetÚlstripr;rr%rErFr&rr:ÚlistÚrstripÚaddÚsplitr<Ú_SEGMENT_PREFIXÚendswithrOr)r(ÚprefixZ	max_itemsrMZ
object_setZ	page_sizerIrJrKÚitemrRZ
object_prefixr	r	r
rA½sX#

"$
zS3Backend.list_objectscCsHy,g}tjjdj|ƒ|jƒ}|j|dd}|Stk
rB‚YnXdS)a& Returns a list of object segments based on a prefix.

        Args:
            args (list): List of object name parts.
            options (dic): Dictionary of configuration options.

        Returns:
            A list of segments in the object store that match the supplied prefix.
        r7T)rMN)r1r2r3r…rAr)r(rQrZsegment_listZ
segments_pathr?r	r	r
Ú
list_segments!s

zS3Backend.list_segmentsc
/Cs‚td|ƒ}yXxPtd|ƒD]@}y|jj|j|d}|Stk
r\}z|jdddkrJy,|jj|j|dd}|jdƒp†d	|d<|Stk
rH}zš|jdddkr6d
|kry|jdƒd}|j	drò|jj
|j|d
}n|jj|j|d
}|jdgƒp|jdgƒ}|r®t|dd„d}d}|j	dr’xL|D]D}	|jj|j|	d|	jddƒd}|ddjddƒdkrJ|SqJW|dd}|s²t
dƒ‚n|}|jj|j|d}|Stk
r}z6|jdddkr|d|krtjdƒw‚WYdd}~XnX|d|kr6tjdƒw‚WYdd}~XnX‚WYdd}~XqXqWWntk
r|‚YnXdS)a= Utility method that gets an object head from the repository with retry support.

        The default is to try once. Admittedly, this is ugly because the
        provided object name might be a terminal object or a "directory" so
        we need to try both cases for each retry attempt. When retry > 1, there is
        a 1 second delay between attempts.

        Args:
            object_name (str): Name of the object.
            retries (int): Optional parameter, default is 1 attempt.

        Returns:
            Object head dictionary or Boto3 exception.
        rr)r,r.rVrWi”r7rwzapplication/x-directoryz	-segmentsz	.manifestr*)r,rBrarCcSs|dS)NÚLastModifiedr	)Úkr	r	r
Ú<lambda>fsz0S3Backend.__get_object_headers.<locals>.<lambda>)rNr.rbr)r,r.rbrcz$x-amz-meta-stamp-trilio-authenticityrdrezOManifest object with 'x-amz-meta-stamp-trilio-authenticity' attribute not foundrh)rXrYr%rZr&rr[rrOrrirArPr0r\r])
r(rRr^r_Úobj_headersr`rSrTrUror	r	r
Z__get_object_headers6s|











zS3Backend.__get_object_headersc
Csdddddœ}i|d<i|dd<dj|ƒ}yÀ|sJttjjƒƒ|d<|Sy|j|ƒ}Wnttk
rÌ|jj|jd|d	}d
|krÆ|ddd„|d
DƒkrÈtjj	|d
dddƒ}d|idœ}n‚YnXt|dƒ|d<||d<|j
ddƒdks|ddkrd|d<xX|ddjƒD]D\}}	d|jƒkrR|	|d|jƒj
dƒd<n|	|d|jƒ<q Wt|ddj
ddƒƒdkr |ddj
ddƒ|d<n<t|dj
ddƒƒdkrÐ|dj
ddƒ|d<n|d|d<|d|d <|SWntk
r‚YnXd!S)"a) Get "operating system like" stat data for the given object.

        Args:
            args (list): List of object name parts.
            options (dic): Dictionary of configuration options.

        Returns:
            A stat structure containing object information required by caller.
        rrF)Ú	timestampÚsizeÚetagÚ	directoryrÚMetadatar7rŒ)r,r{rBr|cSsg|]}|d‘qS)rBr	)Ú.0Úxr	r	r
ú
<listcomp>ªsz)S3Backend.stat_object.<locals>.<listcomp>rVrcZdatez%a, %d %b %Y %H:%M:%S %Z)rfrˆrrˆrwz
text/plainzapplication/x-directoryrfTrzx-object-meta-rzx-object-meta-segment-countzx-object-meta-total-sizerz
segment-countz
total-sizezx-account-bytes-usedN)r3rrZnowÚ_S3Backend__get_object_headersÚ
BaseExceptionr%rAr&ZstrptimerÚitemsÚlowerr‚rr)
r(rQrZ	stat_datarRZ
obj_headerrKZmdrÚvaluer	r	r
Ústat_objectŽs^



zS3Backend.stat_objectcCsdj|ƒ}|j||ƒdS)zÎ Create an object that represents a directory in the object store.

        Args:
            args (list): List of object name parts.
            options (dic): Dictionary of configuration options.
        r7N)r3ry)r(rQrZ
new_folderr	r	r
Úmkdir_objectÕs
zS3Backend.mkdir_objectcCs^dj|ƒd}|jdƒr$|dd…}|j|ƒy|jj|j|dWntk
rXYnXdS)zÎ Remove an object that represents a directory in the object store.

        Args:
            args (list): List of object name parts.
            options (dic): Dictionary of configuration options.
        r7rN)r,r.)r3r<Ú_S3Backend__delete_object_treer%r5r&r•)r(rQrrHr	r	r
Úrmdir_objectàs


zS3Backend.rmdir_objectc
CsryR|jdƒd}|jdrv|j|dd}|r`t|dddjdƒd}t|d
ƒ}d|d	}ndd}|d|}n|}x*|D]"}|jdƒ|d
<|jddƒ|d<q€Wtj|ƒ}	|j	j
|j|||	dd|jdrR|rRg}
x|D]}|
jd|iƒqäWy|j	j
|jd|
idWn<tk
rPx$|
D]}|j	j|j|ddq,WYnXWntk
rl‚YnXdS)a Upload a new object manifest to the object store.

        Args:
            object_name (str): Name of the object. A ".manifest" will be added.
            put_headers (dic): Dictionary of meta data to be
                               added to the object.
            manifest_data (dic): The manifest data which becomes
                                 the body of file.
        r7z	.manifestr-T)rM)rNrÚ.réz%08xr2ÚnamerŽÚhashz
text/plain)r,r.rr/rwr.r8)r,r9)r,r.Nrh)rOrrArPr‚rÚpoprkÚdumpsr%r4r&r=r>r•r5r)
r(rRZput_headersZ
manifest_datarSrTÚsuffixrUZsegment_datarorrrsr@r	r	r
Úupload_object_manifestôsJ








z S3Backend.upload_object_manifestc
Cs¾y¢|jdƒd}|jdrt|j|dd}|r^t|dddjdƒd}t|d
ƒ}d|d	}ndd}|d|}n|}tjj|j	|ƒ}|j
j|j	|||dd
Wntk
r¸‚YnXdS)a
 Upload a new object manifest to the object store.

        Args:
            object_name (str): Name of the object. A ".manifest" will be added.
            attributes (dic): The attributes data which becomes
                              the body of file.
        r7z	.manifestr-T)rM)rNrrrržz%08xZREPLACE)r,r.Z
CopySourcerZMetadataDirectiveNrh)
rOrrArPr‚rr1r2r3r&r%Zcopy_objectr)r(rRZ
attributesrSrTr£rUZcopy_srcr	r	r
Úupdate_object_attributes's*


z"S3Backend.update_object_attributescCsFy*|jdƒ}|jj|j||j|dœdWntk
r@‚YnXdS)a€ Upload a new object manifest to the object store.

        Args:
            object_name (str): Name of the object. A ".manifest" will be added.
            put_headers (dic): Dictionary of meta data to be added
                               to the object.
            manifest_data (dic): The manifest data which becomes the
                                  body of file.
        r7)ÚModeÚRetainUntilDate)r,r.Ú	RetentionN)rOr%Úput_object_retentionr&r'r)r(rRÚretainuntilr	r	r
Úput_object_segment_retentionHs

z&S3Backend.put_object_segment_retentioncCs²y–|jdƒd}|jdrt|j|dd}|r^t|dddjdƒd}t|d
ƒ}d|d	}ndd}|d|}n|}|jj|j||j	|dœd
Wnt
k
r¬‚YnXdS)aK Upload a new object manifest to the object store.

        Args:
            object_name (str): Name of the object. A ".manifest"
            will be added. put_headers (dic): Dictionary of meta data
            to be added to the object. manifest_data (dic): The manifest
            data which becomes the body of file.
        r7z	.manifestr-T)rM)rNrrrržz%08x)r¦r§)r,r.r¨Nrh)rOrrArPr‚rr%r©r&r'r)r(rRrªrSrTr£rUr	r	r
Úput_manifest_retention^s(	

z S3Backend.put_manifest_retentionc)Cs*y|jj|j|dWntk
r$}zî|jdddkr|jdƒ}d}xÄ|D]¼}|dkrbP||d}y|jj|j|dWqTtk
r}zl|jdddkrüy|jj|j|ddd	Wn6tk
rú}z|jddd
krê‚WYdd}~XnXwTWYdd}~XqTXqTWWYdd}~XnXdS)a< Utility method used to create a object directory structure.

        The entire path is split and each directory level is created
        as an object if it does not exist.

        Args:
            folder_name (str): The entire folder name.
            options (dic): Dictionary of configuration options.
        )r,r.rVrWi”r7rzTrilioVault directory objectzapplication/x-directory)r,r.r/rwi™N)r%rZr&rr[r‚r4)r(Zfolder_namerr`Ú
path_partsÚnew_pathÚpartr	r	r
Z__create_folders:



	
zS3Backend.__create_foldercCsÊ|dd…}y¢|jdkr<|jtjj|dd|dƒ|ƒ|jdk	r¬t|ddƒR}|jj||j	|dd|ddd	id
|jj
|j	|dd|dd}|SQRXWntk
rÄ‚YnXdS)zµ Upload an object to the S3 object store.

        Args:
            args (list): List of object name parts.
            options (dic): Dictionary of configuration options.
        rNFrr7rRÚrbrwzapplication/octet-stream)r,r.Z	ExtraArgs)r,r.)rxryr1r2rzrRÚopenr%Zupload_fileobjr&rZr)r(rQrÚfilesÚdatar‹r	r	r
Ú
upload_object°s(



zS3Backend.upload_object)r)NF)r)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r)r+r6rGr›rLr5rnrqrtrvrjr4rAr‡r”r™ršrœr¤r¥r«r¬ryr´r	r	r	r
r1s4%2
#
8#
d
XG3!!1r)r¸rr\rkr1Zoslo_logrZloggingr"r!Zbotocore.exceptionsrZs3fuse.utilsrZBASENAMEr;rƒr Z	getLoggerrµZLOGrÚobjectrr	r	r	r
Ú<module>s