Skip to content

Authress-Engineering/aws-s3-explorer

Repository files navigation

AWS S3 Explorer

This is an S3 Explorer for AWS. It provides a simple and straightforward way for users to login using SSO and explore available S3 Buckets. Everything is done in the browser and requires only minimal setup using either AWS Cognito or Authress.

This is an open source project managed by the Authress Engineering team at Rhosys.

Rhosys hosts an explorer to use out of the box for the community. For obvious security reasons, this is a UI only tool, and makes ZERO api calls to anywhere other than AWS. The following is a link to that explorer. However, if for some reason, other than security there is a benefit to hosting a clone of this, feel free to fork the repo and make any necessary changes. Alternatively, please contribute!

Go to the => AWS S3 Explorer

The S3 Explorer:

Folder selected screen

Configuration: The only setup step

Jump over to the AWS S3 explorer configuration to deploy the Cognito CFN template, and configure your SSO provider. That's it!

Troubleshooting

If you run into any problems just try running through the suggested Troubleshooting steps and if that doesn't help, file an issue, we are usually quick to respond.

Standard use cases:

View all objects in folder: Folder selected screen

View all objects in bucket: Bucket traversal screen

Upload objects to a bucket: Bucket upload request screen

Upload objects to a bucket succeeded: Bucket upload confirmation screen

Delete objects from a bucket: Bucket object delete request screen

Delete objects from a bucket succeeded: Bucket object delete confirmation screen

Contribution

Development

This project uses Vue 3, and as this is much different from Vue 2, recommend reading is available:

Troubleshooting builds

Error: OpenIDConnect provider's HTTPS certificate doesn't match configured thumbprint - Update AWS IAM to use the thumbprint details of the issue are available here.