Skip to content

Commit

Permalink
updated some dependencies and fixed some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkpetersen committed Sep 7, 2024
1 parent d162b34 commit cc02023
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions froster/froster.py
Original file line number Diff line number Diff line change
Expand Up @@ -7379,9 +7379,9 @@ def parse_arguments(self):
help=textwrap.dedent(f'''
More information at:
https://docs.aws.amazon.com/AmazonS3/latest/userguide/restoring-objects-retrieval-options.html
https://aws.amazon.com/es/s3/pricing/
https://aws.amazon.com/s3/pricing/
S3 GLACIER DEEP ARCHIVE or S3 INTELLIGET-TIERING DEEP ARCHIVE ACCESS
S3 GLACIER DEEP ARCHIVE or S3 INTELLIGENT-TIERING DEEP ARCHIVE ACCESS
Bulk:
- Within 48 hours retrieval <-- default
- costs of $2.50 per TiB
Expand All @@ -7391,7 +7391,7 @@ def parse_arguments(self):
Expedited:
- not supported
S3 GLACIER FLEXIBLE RETRIEVAL or S3 INTELLIGET-TIERING ARCHIVE ACCESS
S3 GLACIER FLEXIBLE RETRIEVAL or S3 INTELLIGENT-TIERING ARCHIVE ACCESS
Bulk:
- 5-12 hours retrieval
- costs of $2.50 per TiB
Expand Down Expand Up @@ -7576,7 +7576,8 @@ def print_error(msg: str = None):
log(f'\nYou can check the permissions of the files and folders using the command:')
log(f' froster index --permissions "/your/folder"')

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

def get_class_name(frame):
args, _, _, value_dict = inspect.getargvalues(frame)
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ build-backend = "poetry.core.masonry.api"
name = "froster"
version = "0.19.0"
description = "Froster is a tool for easy data transfer between local file systems and AWS S3 storage."
authors = ["Dirk Petersen <dipeit@gmail.com>", "Victor Machado <[email protected]>"]
authors = ["Dirk Petersen <no@mail.com>", "Victor Machado <[email protected]>"]
readme = "README.md"
license = "MIT"

[tool.poetry.dependencies]
python = "^3.8"
boto3 = "^1.34.119"
boto3 = "^1.35.14"
duckdb = "^1.0.0"
inquirer = "^3.2.4"
psutil = "^5.9.8"
Expand Down

0 comments on commit cc02023

Please sign in to comment.