Skip to content

Conversation

@seandonohoo
Copy link

Some S3 storage requires using different signature versions. Boto3 defines this as a configuration item.
https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html

Some examples are:

  • EMC ECS
  • Vast Object Storage

@seandonohoo
Copy link
Author

@aminalaee or @hannal or @mmzeynalli or @Shauryadhaka would you be able to take a look at this? This would allow https://github.com/opsmill/infrahub to setup other S3 backed storage.

Copy link
Owner

@aminalaee aminalaee left a comment

Choose a reason for hiding this comment

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

Sorry it's been a really long time, I finally could take a look

aws_secret_access_key=self.AWS_SECRET_ACCESS_KEY,
)

if self.AWS_SIGNATURE_VERSIONS == "s3":
Copy link
Owner

Choose a reason for hiding this comment

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

How is this not s3v4?

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.

2 participants