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

Allowing Providing an S3 Bucket Path When Using S3 Storage #134

Open
GideonStowell opened this issue Dec 11, 2024 · 0 comments
Open

Allowing Providing an S3 Bucket Path When Using S3 Storage #134

GideonStowell opened this issue Dec 11, 2024 · 0 comments
Labels
area/plugin Plugin-related issue or feature request enhancement New feature or request good first issue Great issue for new contributors

Comments

@GideonStowell
Copy link

Feature description

It would useful if I could provide an S3 path for kestra to use inside an S3 bucket. This would allow me to use the S3 buckets I am already using for 3rd party software to be reused for kestra.

kestra:
  storage:
      type: s3
      s3:
        accessKey: "<your-aws-access-key-id>"
        secretKey: "<your-aws-secret-access-key>"
        region: us-east-1
        bucket: my-multipurpose-bucket
        path: kestra    # Something like this?

Original slack thread

@GideonStowell GideonStowell added the enhancement New feature or request label Dec 11, 2024
@kestrabot kestrabot bot added this to Issues Dec 11, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Issues Dec 11, 2024
@tchiotludo tchiotludo added area/plugin Plugin-related issue or feature request good first issue Great issue for new contributors labels Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/plugin Plugin-related issue or feature request enhancement New feature or request good first issue Great issue for new contributors
Projects
Status: Backlog
Development

No branches or pull requests

2 participants