This tool is great for its interactions when I use it locally. However, I have some data stored in S3 and the tool doesn't seem to allow for a way to connect to S3 via the use of profiles.
For example: aws s3 ls s3://mybucketname --profile abc lists the contents of the bucket called 'mybucketname' when using the credentials listed under profile 'abc'.
I would like to be able to do something like this:
rocfl -b mybucketname ls --profile abc
This tool is great for its interactions when I use it locally. However, I have some data stored in S3 and the tool doesn't seem to allow for a way to connect to S3 via the use of profiles.
For example:
aws s3 ls s3://mybucketname --profile abclists the contents of the bucket called 'mybucketname' when using the credentials listed under profile 'abc'.I would like to be able to do something like this:
rocfl -b mybucketname ls --profile abc