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

Support сustom s3 in packer.post-processor.yandex-export #98

Open
yarmyl opened this issue Dec 14, 2023 · 0 comments
Open

Support сustom s3 in packer.post-processor.yandex-export #98

yarmyl opened this issue Dec 14, 2023 · 0 comments

Comments

@yarmyl
Copy link

yarmyl commented Dec 14, 2023

Please add support custom s3

Community Note

Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.

Description

add parameter
storage_access_key_id
storage_secret_access_key

Use Case(s)

Put image to Any storage

Potential configuration

  "post-processors": [
    {
      "type": "yandex-export",
      "folder_id": "b1g8jvfcgmitdrslcn86",
      "subnet_id": "e9bp6l8sa4q39yourxzq",

      "service_account_id": "ajeu0363240rrnn7xgen",

      "paths": [
        "s3://packer-export-bucket/my-exported-image.qcow2",
        "s3://packer-export-bucket/template-supported-get-{{build `ImageID` }}-right-here.qcow2"
      ],
      "keep_input_artifact": true,
      "storage_endpoint": "export.s3.example",
      "storage_access_key_id": "test_key_id".
      "storage_secret_access_key": "test_secret_key",
     
    }
  ]

Potential References

@yarmyl yarmyl changed the title Support сustom s3 in packer.post-processor. Support сustom s3 in packer.post-processor.yandex-export Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant