apache / opendal

Apache OpenDAL: One Layer, All Storage.
https://opendal.apache.org
Apache License 2.0
3.46k stars 485 forks source link

new feature: Allow s3 service to configure assume role's tags #4975

Open Xuanwo opened 3 months ago

Xuanwo commented 3 months ago

Feature Description

As requested by https://github.com/apache/iceberg-rust/issues/527, it's better for opendal to support setting assume role's tags.

Problem and Solution

reqsign doesn't support tags for assume-role now. We will need to add it in reqsign first.

Additional Context

No response

Are you willing to contribute to the development of this feature?

devanbenz commented 3 months ago

Hey there I'm newer to the data space and am looking to help on a few apache projects. Could I pick up this issue if its not currently being worked on?

Xuanwo commented 3 months ago

Hey there I'm newer to the data space and am looking to help on a few apache projects.

Welcome!

Could I pick up this issue if its not currently being worked on?

@rahull-p has completed most of the work in https://github.com/Xuanwo/reqsign/issues/467, and we can proceed once reqsign releases a new version.

devanbenz commented 3 months ago

Great, sounds good @Xuanwo - please do let me know if there are any other issues that need to be worked on and I would be happy to take it on 👍