AWS S3 File Explorer

Copied link
A dashboard for enables you to upload, download, and inspect the S3 Buckets in your AWS account.
Components
TableCardDividerButton
template preview

View

AWS S3 File explorer

Task

List S3 bucketsTS
List S3 itemsTS
Upload item s3TS
Download item s3TS

Pairs well with

README.md
Copied
1
# Template: AWS S3 file explorer
2
3
## Next steps
4
5
- Navigate to the aws_s3_file_explorer directory: `cd aws_s3_file_explorer`
6
- You'll need to configure [OIDC with Amazon Web Services](https://docs.airplane.dev/platform/oidc-aws)
7
- And create a [config variable](https://docs.airplane.dev/platform/configs) named `aws_oidc_role` with the AWS role you created (e.g. `arn:aws:iam::ACCOUNT_ID:role/airplane_oidc"`)
8
- Develop your template locally: `airplane dev`
9
- Deploy your tasks and view: `airplane deploy --yes`
10
- Visit the docs to learn more about how to build views: https://docs.airplane.dev/views/getting-started
Have a template suggestion? Let us know!