Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

How to connect with key and secret? #3

Open
Paxa opened this issue Jan 31, 2019 · 3 comments
Open

How to connect with key and secret? #3

Paxa opened this issue Jan 31, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@Paxa
Copy link

Paxa commented Jan 31, 2019

I don't have credentials file, but I have bucket name, region, key and secret. How can I use that?

@Paxa
Copy link
Author

Paxa commented Jan 31, 2019

I was able to create credentials file, but this key can't fetch buckets list, only have access to content in one bucket. So it's stuck spinning in accounts list.

btw how can we open web inspector?

@Yamazaki93 Yamazaki93 added the enhancement New feature or request label Feb 1, 2019
@Yamazaki93
Copy link
Owner

Hi,
So currently one limitation is it lists the buckets of all account on connect which means you will need "list" permission to use the app. Will schedule in to add new feature to support accessing specific bucket.
And the web inspector is disabled in release build as default configuration, you will need to pull the repo and build it to open the web inspector.

@psenger
Copy link

psenger commented Jul 4, 2019

Hi,
I would like to connect to a local S3 Emulator. After reviewing AWS.S3(config) for [email protected] I see we can pass an attribute endpointsuch that the configuration could look like this...

    config = {
        s3ForcePathStyle: true,
        accessKeyId: 'xxxxxxxxxxxxx',
        secretAccessKey: 'xxxxxxxxxxxxx',
        endpoint: new AWS.Endpoint('http://0.0.0.0:4567')
    },
    s3 = new AWS.S3(config)

I tried to fork this code, and hack my change in, but I'm not sure where to do this. can you point me where I can add this in to go to a different end point. I thought maybe it could be in accounts.ts can you add something like what Im requesting easily or at least point me to the best place to add this ?
thank you, this is a fine product, keep up the work.

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

No branches or pull requests

3 participants