Skip to content

Trying backup a file to glacier #72

Description

@wmariuss

Error:
boto.glacier.exceptions.UploadArchiveError: An error occurred while uploading an archive: 'ascii' codec can't decode byte 0x8b in position 1: ordinal not in range(128)

But after I edit the layer1.py file, it works.

a) Open this file:
/usr/local/lib/python2.7/dist-packages/boto-2.34.0-py2.7.egg/boto/glacier/layer1.py
b) Add str() function for last code in the file:
uri = 'vaults/%s/multipart-uploads/%s' % (str(vault_name), upload_id)
c) Save it and backup file to glacier.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions