mozilla / sccache

Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage.
Apache License 2.0
5.56k stars 530 forks source link

Feature Request: Update S3 module with AWS CLI 2.0 SSO integration #2150

Open RobertAlbus opened 2 months ago

RobertAlbus commented 2 months ago

Hi Folks,

This issue in an unrelated project explains the same issue. Currently sccache doesn't pick up credentials when logged into AWS CLI v2 with SSO.

Is it possible to add support for this?

sylvestre commented 2 months ago

To set expectation: as we, Mozilla, don't need it currently, aren't going to work on it. So, contributions are welcome

RobertAlbus commented 2 months ago

Alright, I can look into it. Thanks.

Do you folks not use the S3 back end internally, or are you folks just still using AWS CLI V1? If it's the latter I encourage looking into upgrading.

sylvestre commented 2 months ago

We moved to gcp :)

Saruniks commented 5 days ago

Does anyone know if this should be part of opendal?