glacier-upload icon indicating copy to clipboard operation
glacier-upload copied to clipboard

A simple python script to upload files to AWS Glacier vaults

Results 23 glacier-upload issues
Sort by recently updated
recently updated
newest added

Partially based on MR #25. New fixes: * upload.py can be started as usual script again now * typos fixing * checksum calculation optimization for parts reuploading

Is [pip version](https://pypi.org/project/glacier_upload/#history) will be actualized with fixes from the develop branch (such as MR #26)? In what period of time it will be available?

Hi, when trying to abort a glacier multipart upload I get the following error: $abort_glacier_upload --help Traceback (most recent call last): File "/****/****/.local/share/virtualenvs/Glacier-Backups-Tool-UR0ryj4F/bin/abort_glacier_upload", line 5, in from glacier_upload.abort_upload import abort_upload...

I got the following error when uploading a file whose size is less than 4MB ``` botocore.errorfactory.InvalidParameterValueException: An error occurred (InvalidParameterValueException) when calling the UploadArchive operation: Invalid Content-Length: 0 ```...

I installed glacier_upload 1.2 via pip3 When I issue the help option on `delete_glacier_archive` it shows: ``` delete_glacier_archive --help Usage: delete_glacier_archive [OPTIONS] Options: -v, --vault-name TEXT The name of the...

Successfully uploaded a video file to Glacier using glacier_upload. The size of the file was 7406281365 bytes. Initiated an archival retrieval command using: init_archive_retrieval -v MyVault -a ArchiveName -d description...

Hi. I had the same trouble, as described in https://github.com/tbumi/glacier-upload/issues/17 Suggest checking this restriction before upload :) Also, pkg-resources==0.0.0 is bug od pip freeze: https://stackoverflow.com/questions/39577984/what-is-pkg-resources-0-0-0-in-output-of-pip-freeze-command upd. I fix mapping and...

updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.6.0) - [github.com/psf/black: 23.7.0 → 24.4.2](https://github.com/psf/black/compare/23.7.0...24.4.2) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](https://github.com/pycqa/isort/compare/5.12.0...5.13.2) - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v2.7.1...v4.0.0-alpha.8)

Bumps [mypy](https://github.com/python/mypy) from 1.3.0 to 1.5.1. Commits de4f2ad [Release 1.5] Bump version to 1.5.1 to pick up last 2 CPs 2ff7c0d [release 1.5] stubtest: Fix __mypy-replace false positives (#15689) (#15751)...

dependencies