Srigovind Nayak

Results 70 comments of Srigovind Nayak

Hey found this has been discussed before on the restic forum: [Is AWS SSO authentication supported](https://forum.restic.net/t/is-aws-sso-authentication-supported/5245) Quoting from the answer from Jul'22: > We using the minio go sdk and...

I have created a feature request on the minio-go github,they can probably pick this up if they're interested or recommend any alternative way Here is a reference to that issue:...

[aws-sso-file-credential-support.tar.gz](https://github.com/restic/restic/files/14472389/aws-sso-file-credential-support.tar.gz) Hey @fdw, [Edit] I have pulled from a pending MR on minio which implements this requirement; and have locally pulled the package. [\Edit] You can check the source code...

@fdw I guess, you can mention this issue on the minio thread. Probably the original creator of the sso method might help with something.

Hey @theabmitra, I see that rclone supports [Oracle Object Storage](https://rclone.org/oracleobjectstorage/). If you have an immediate use case, you can use rclone as a backend with Oracle Object Storage configured. However,...

Looks like under the hood rclone also uses the S3-Compatible API [Configure rclone for Object Storage](https://docs.oracle.com/en/solutions/move-data-to-cloud-storage-using-rclone/configure-rclone-object-storage.html) > To configure rclone for Oracle Cloud Infrastructure Object Storage, you must use the...

@greg-signi , let me see what I can do

Found the documentation for reference: > The API documentation uses LIST as the HTTP verb, but you can still use GET with the ?list=true query string. Ref: https://developer.hashicorp.com/vault/api-docs#api-operations

Hey @rajanadar, Should we do this for other endpoints as well? I see that since `LIST` is not a standard HTTP method, it might cause issues for other folks as...

Hey @greg-signi, You can take a build from the branch and test if it works.