You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am writing documentation for using SSO AWS credentials. The old documentation describes how to use the aws.s3 package (already part of fhR) to work with S3 buckets. However aws.s3 does not (yet?) support SSO credentials. But paws does.
It would be great if paws could be part of fhR so I would not have to tell users to install it themselves.
In fact, I am trying to install it now and it seems to have hung.
Do I just need to add a line like
('paws', '0.7.0'),
to the exts_list section of the .eb file?
The text was updated successfully, but these errors were encountered:
I am writing documentation for using SSO AWS credentials. The old documentation describes how to use the
aws.s3
package (already part offhR
) to work with S3 buckets. Howeveraws.s3
does not (yet?) support SSO credentials. But paws does.It would be great if
paws
could be part offhR
so I would not have to tell users to install it themselves.In fact, I am trying to install it now and it seems to have hung.
Do I just need to add a line like
to the
exts_list
section of the .eb file?The text was updated successfully, but these errors were encountered: