Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Добавить возможность монтировать бакет Object Storage #595

Open
oldhroft opened this issue Mar 27, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@oldhroft
Copy link

oldhroft commented Mar 27, 2024

В YC появилась возможность монтировать бакеты Object Storage при сборке функции. Хорошо бы добавить эту возможность в action.

Кажется, нужно добавить параметр storageMounts тут

Описание использования storage-mounts, кажется в inputs нужно добавить параметры:

  • mount-point: Mount point is used for creating the directory to which the bucket is mounted. It will be accessible by the path /function/storage/<mount_point>.
  • bucket: Specifies a name of the bucket mount to.
  • prefix: Specifies a prefix of the bucket. Leave empty to mount the entire bucket.
  • read-only: Select to mount bucket in read only mode.

Из которых далее собирается storage-mounts

@oldhroft oldhroft added the enhancement New feature or request label Mar 27, 2024
@nikolaymatrosov
Copy link
Member

Предлагаю использовать синтаксис аналогичный этому.

@asrytikov
Copy link

Будет ли реализован данный функционал? и ориентировочные сроки?

@nikolaymatrosov
Copy link
Member

Как только будет пулл реквест, он обязательно будет рассмотрен.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants