Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(object): add support for IAM Access Key syntax #4543

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

remyleone
Copy link
Member

https://www.scaleway.com/en/docs/iam/api-cli/using-api-key-object-storage/#overriding-the-preferred-project-when-making-a-call

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Relates OR Closes #0000

Release note for CHANGELOG:


@remyleone remyleone requested a review from Laure-di as a code owner February 25, 2025 15:02
Laure-di
Laure-di previously approved these changes Feb 25, 2025
Comment on lines +97 to +100
projectID, exists := client.GetDefaultProjectID()
if !exists {
return s3config{}, errors.New("no project ID found")
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO it should be optional

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants