Skip to content

Conversation

@Vperiodt
Copy link

@Vperiodt Vperiodt commented May 19, 2024

  • I added CHANGELOG entry for this change.
  • Change is not relevant to the end user.

Changes

Initiation change for
thanos-io/thanos#6712

Implemented changes requested for #118

Verification

Signed-off-by: Vanshikav123 <[email protected]>
Vperiodt added 3 commits May 20, 2024 23:31
Signed-off-by: Vanshikav123 <[email protected]>
Signed-off-by: Vanshikav123 <[email protected]>
Signed-off-by: Vanshikav123 <[email protected]>
@Vperiodt Vperiodt requested a review from GiedriusS May 24, 2024 16:03
bucket, err = azure.NewBucket(logger, config, component)
bucket, err = azure.NewBucket(logger, config, component, rt)
case string(SWIFT):
bucket, err = swift.NewContainer(logger, config)
Copy link
Member

@GiedriusS GiedriusS May 31, 2024

Choose a reason for hiding this comment

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

It's not supported by all providers? 🤔 I checked a few like swift/bos and I don't see a reason why this is not implemented there.

Copy link
Author

Choose a reason for hiding this comment

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

It's not supported by all providers? 🤔 I checked a few like swift/bos and I don't see a reason why this is not implemented there.

i added this parameter to the providers which had http.Client , swift does not uses NewBucket but bos/obs can have this parameter i think also i see that obs makes new ObsClient and bos uses NewClient which makes a BOS client...wdyt?

Signed-off-by: Vanshikav123 <[email protected]>
@Vperiodt Vperiodt requested a review from GiedriusS May 31, 2024 14:21
Signed-off-by: Vanshikav123 <[email protected]>
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