Skip to content

Commit cc02023

Browse files
committed
updated some dependencies and fixed some typos
1 parent d162b34 commit cc02023

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Diff for: froster/froster.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -7379,9 +7379,9 @@ def parse_arguments(self):
73797379
help=textwrap.dedent(f'''
73807380
More information at:
73817381
https://docs.aws.amazon.com/AmazonS3/latest/userguide/restoring-objects-retrieval-options.html
7382-
https://aws.amazon.com/es/s3/pricing/
7382+
https://aws.amazon.com/s3/pricing/
73837383
7384-
S3 GLACIER DEEP ARCHIVE or S3 INTELLIGET-TIERING DEEP ARCHIVE ACCESS
7384+
S3 GLACIER DEEP ARCHIVE or S3 INTELLIGENT-TIERING DEEP ARCHIVE ACCESS
73857385
Bulk:
73867386
- Within 48 hours retrieval <-- default
73877387
- costs of $2.50 per TiB
@@ -7391,7 +7391,7 @@ def parse_arguments(self):
73917391
Expedited:
73927392
- not supported
73937393
7394-
S3 GLACIER FLEXIBLE RETRIEVAL or S3 INTELLIGET-TIERING ARCHIVE ACCESS
7394+
S3 GLACIER FLEXIBLE RETRIEVAL or S3 INTELLIGENT-TIERING ARCHIVE ACCESS
73957395
Bulk:
73967396
- 5-12 hours retrieval
73977397
- costs of $2.50 per TiB
@@ -7576,7 +7576,8 @@ def print_error(msg: str = None):
75767576
log(f'\nYou can check the permissions of the files and folders using the command:')
75777577
log(f' froster index --permissions "/your/folder"')
75787578

7579-
log('\nIf you think this is a bug, please report this to froster developers at: https://github.com/dirkpetersen/froster/issues \n')
7579+
log('\nIf you think this is a bug, please use the output of "froster --debug <subcommand>" to report ')
7580+
log('this to the froster developers at: https://github.com/dirkpetersen/froster/issues \n')
75807581

75817582
def get_class_name(frame):
75827583
args, _, _, value_dict = inspect.getargvalues(frame)

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ build-backend = "poetry.core.masonry.api"
66
name = "froster"
77
version = "0.19.0"
88
description = "Froster is a tool for easy data transfer between local file systems and AWS S3 storage."
9-
authors = ["Dirk Petersen <dipeit@gmail.com>", "Victor Machado <[email protected]>"]
9+
authors = ["Dirk Petersen <no@mail.com>", "Victor Machado <[email protected]>"]
1010
readme = "README.md"
1111
license = "MIT"
1212

1313
[tool.poetry.dependencies]
1414
python = "^3.8"
15-
boto3 = "^1.34.119"
15+
boto3 = "^1.35.14"
1616
duckdb = "^1.0.0"
1717
inquirer = "^3.2.4"
1818
psutil = "^5.9.8"

0 commit comments

Comments
 (0)